DateAfterModificationResponse

data class DateAfterModificationResponse(val daysAfterLastAccessTimeGreaterThan: Double? = null, val daysAfterModificationGreaterThan: Double? = null)

Object to define the number of days after object last modification Or last access. Properties daysAfterModificationGreaterThan and daysAfterLastAccessTimeGreaterThan are mutually exclusive.

Constructors

Link copied to clipboard
constructor(daysAfterLastAccessTimeGreaterThan: Double? = null, daysAfterModificationGreaterThan: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy

Link copied to clipboard

Value indicating the age in days after last modification