174 строки
15 KiB
YAML
174 строки
15 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.storage.models.DateAfterModification"
|
|
fullName: "com.azure.resourcemanager.storage.models.DateAfterModification"
|
|
name: "DateAfterModification"
|
|
nameWithType: "DateAfterModification"
|
|
summary: "Object to define the base blob action conditions."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **DateAfterModification**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.storage.models.DateAfterModification?alt=com.azure.resourcemanager.storage.models.DateAfterModification&text=DateAfterModification\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.storage.models.DateAfterModification.DateAfterModification()"
|
|
fullName: "com.azure.resourcemanager.storage.models.DateAfterModification.DateAfterModification()"
|
|
name: "DateAfterModification()"
|
|
nameWithType: "DateAfterModification.DateAfterModification()"
|
|
summary: "Creates an instance of Date<wbr>After<wbr>Modification class."
|
|
syntax: "public DateAfterModification()"
|
|
desc: "Creates an instance of DateAfterModification class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.storage.models.DateAfterModification.daysAfterCreationGreaterThan()"
|
|
fullName: "com.azure.resourcemanager.storage.models.DateAfterModification.daysAfterCreationGreaterThan()"
|
|
name: "daysAfterCreationGreaterThan()"
|
|
nameWithType: "DateAfterModification.daysAfterCreationGreaterThan()"
|
|
summary: "Get the days<wbr>After<wbr>Creation<wbr>Greater<wbr>Than property: Value indicating the age in days after blob creation."
|
|
syntax: "public Float daysAfterCreationGreaterThan()"
|
|
desc: "Get the daysAfterCreationGreaterThan property: Value indicating the age in days after blob creation."
|
|
returns:
|
|
description: "the daysAfterCreationGreaterThan value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html\">Float</a>"
|
|
- uid: "com.azure.resourcemanager.storage.models.DateAfterModification.daysAfterLastAccessTimeGreaterThan()"
|
|
fullName: "com.azure.resourcemanager.storage.models.DateAfterModification.daysAfterLastAccessTimeGreaterThan()"
|
|
name: "daysAfterLastAccessTimeGreaterThan()"
|
|
nameWithType: "DateAfterModification.daysAfterLastAccessTimeGreaterThan()"
|
|
summary: "Get the days<wbr>After<wbr>Last<wbr>Access<wbr>Time<wbr>Greater<wbr>Than property: Value indicating the age in days after last blob access."
|
|
syntax: "public Float daysAfterLastAccessTimeGreaterThan()"
|
|
desc: "Get the daysAfterLastAccessTimeGreaterThan property: Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy."
|
|
returns:
|
|
description: "the daysAfterLastAccessTimeGreaterThan value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html\">Float</a>"
|
|
- uid: "com.azure.resourcemanager.storage.models.DateAfterModification.daysAfterLastTierChangeGreaterThan()"
|
|
fullName: "com.azure.resourcemanager.storage.models.DateAfterModification.daysAfterLastTierChangeGreaterThan()"
|
|
name: "daysAfterLastTierChangeGreaterThan()"
|
|
nameWithType: "DateAfterModification.daysAfterLastTierChangeGreaterThan()"
|
|
summary: "Get the days<wbr>After<wbr>Last<wbr>Tier<wbr>Change<wbr>Greater<wbr>Than property: Value indicating the age in days after last blob tier change time."
|
|
syntax: "public Float daysAfterLastTierChangeGreaterThan()"
|
|
desc: "Get the daysAfterLastTierChangeGreaterThan property: Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterModificationGreaterThan to be set for baseBlobs based actions. The blob will be archived if both the conditions are satisfied."
|
|
returns:
|
|
description: "the daysAfterLastTierChangeGreaterThan value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html\">Float</a>"
|
|
- uid: "com.azure.resourcemanager.storage.models.DateAfterModification.daysAfterModificationGreaterThan()"
|
|
fullName: "com.azure.resourcemanager.storage.models.DateAfterModification.daysAfterModificationGreaterThan()"
|
|
name: "daysAfterModificationGreaterThan()"
|
|
nameWithType: "DateAfterModification.daysAfterModificationGreaterThan()"
|
|
summary: "Get the days<wbr>After<wbr>Modification<wbr>Greater<wbr>Than property: Value indicating the age in days after last modification."
|
|
syntax: "public Float daysAfterModificationGreaterThan()"
|
|
desc: "Get the daysAfterModificationGreaterThan property: Value indicating the age in days after last modification."
|
|
returns:
|
|
description: "the daysAfterModificationGreaterThan value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html\">Float</a>"
|
|
- uid: "com.azure.resourcemanager.storage.models.DateAfterModification.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.storage.models.DateAfterModification.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "DateAfterModification.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Date<wbr>After<wbr>Modification from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static DateAfterModification fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the DateAfterModification."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of DateAfterModification from the JsonReader."
|
|
returns:
|
|
description: "An instance of DateAfterModification if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.storage.models.DateAfterModification?alt=com.azure.resourcemanager.storage.models.DateAfterModification&text=DateAfterModification\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storage.models.DateAfterModification.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.storage.models.DateAfterModification.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "DateAfterModification.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storage.models.DateAfterModification.validate()"
|
|
fullName: "com.azure.resourcemanager.storage.models.DateAfterModification.validate()"
|
|
name: "validate()"
|
|
nameWithType: "DateAfterModification.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.storage.models.DateAfterModification.withDaysAfterCreationGreaterThan(java.lang.Float)"
|
|
fullName: "com.azure.resourcemanager.storage.models.DateAfterModification.withDaysAfterCreationGreaterThan(Float daysAfterCreationGreaterThan)"
|
|
name: "withDaysAfterCreationGreaterThan(Float daysAfterCreationGreaterThan)"
|
|
nameWithType: "DateAfterModification.withDaysAfterCreationGreaterThan(Float daysAfterCreationGreaterThan)"
|
|
summary: "Set the days<wbr>After<wbr>Creation<wbr>Greater<wbr>Than property: Value indicating the age in days after blob creation."
|
|
parameters:
|
|
- description: "the daysAfterCreationGreaterThan value to set."
|
|
name: "daysAfterCreationGreaterThan"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html\">Float</a>"
|
|
syntax: "public DateAfterModification withDaysAfterCreationGreaterThan(Float daysAfterCreationGreaterThan)"
|
|
desc: "Set the daysAfterCreationGreaterThan property: Value indicating the age in days after blob creation."
|
|
returns:
|
|
description: "the DateAfterModification object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.storage.models.DateAfterModification?alt=com.azure.resourcemanager.storage.models.DateAfterModification&text=DateAfterModification\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storage.models.DateAfterModification.withDaysAfterLastAccessTimeGreaterThan(java.lang.Float)"
|
|
fullName: "com.azure.resourcemanager.storage.models.DateAfterModification.withDaysAfterLastAccessTimeGreaterThan(Float daysAfterLastAccessTimeGreaterThan)"
|
|
name: "withDaysAfterLastAccessTimeGreaterThan(Float daysAfterLastAccessTimeGreaterThan)"
|
|
nameWithType: "DateAfterModification.withDaysAfterLastAccessTimeGreaterThan(Float daysAfterLastAccessTimeGreaterThan)"
|
|
summary: "Set the days<wbr>After<wbr>Last<wbr>Access<wbr>Time<wbr>Greater<wbr>Than property: Value indicating the age in days after last blob access."
|
|
parameters:
|
|
- description: "the daysAfterLastAccessTimeGreaterThan value to set."
|
|
name: "daysAfterLastAccessTimeGreaterThan"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html\">Float</a>"
|
|
syntax: "public DateAfterModification withDaysAfterLastAccessTimeGreaterThan(Float daysAfterLastAccessTimeGreaterThan)"
|
|
desc: "Set the daysAfterLastAccessTimeGreaterThan property: Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy."
|
|
returns:
|
|
description: "the DateAfterModification object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.storage.models.DateAfterModification?alt=com.azure.resourcemanager.storage.models.DateAfterModification&text=DateAfterModification\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storage.models.DateAfterModification.withDaysAfterLastTierChangeGreaterThan(java.lang.Float)"
|
|
fullName: "com.azure.resourcemanager.storage.models.DateAfterModification.withDaysAfterLastTierChangeGreaterThan(Float daysAfterLastTierChangeGreaterThan)"
|
|
name: "withDaysAfterLastTierChangeGreaterThan(Float daysAfterLastTierChangeGreaterThan)"
|
|
nameWithType: "DateAfterModification.withDaysAfterLastTierChangeGreaterThan(Float daysAfterLastTierChangeGreaterThan)"
|
|
summary: "Set the days<wbr>After<wbr>Last<wbr>Tier<wbr>Change<wbr>Greater<wbr>Than property: Value indicating the age in days after last blob tier change time."
|
|
parameters:
|
|
- description: "the daysAfterLastTierChangeGreaterThan value to set."
|
|
name: "daysAfterLastTierChangeGreaterThan"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html\">Float</a>"
|
|
syntax: "public DateAfterModification withDaysAfterLastTierChangeGreaterThan(Float daysAfterLastTierChangeGreaterThan)"
|
|
desc: "Set the daysAfterLastTierChangeGreaterThan property: Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterModificationGreaterThan to be set for baseBlobs based actions. The blob will be archived if both the conditions are satisfied."
|
|
returns:
|
|
description: "the DateAfterModification object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.storage.models.DateAfterModification?alt=com.azure.resourcemanager.storage.models.DateAfterModification&text=DateAfterModification\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storage.models.DateAfterModification.withDaysAfterModificationGreaterThan(java.lang.Float)"
|
|
fullName: "com.azure.resourcemanager.storage.models.DateAfterModification.withDaysAfterModificationGreaterThan(Float daysAfterModificationGreaterThan)"
|
|
name: "withDaysAfterModificationGreaterThan(Float daysAfterModificationGreaterThan)"
|
|
nameWithType: "DateAfterModification.withDaysAfterModificationGreaterThan(Float daysAfterModificationGreaterThan)"
|
|
summary: "Set the days<wbr>After<wbr>Modification<wbr>Greater<wbr>Than property: Value indicating the age in days after last modification."
|
|
parameters:
|
|
- description: "the daysAfterModificationGreaterThan value to set."
|
|
name: "daysAfterModificationGreaterThan"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html\">Float</a>"
|
|
syntax: "public DateAfterModification withDaysAfterModificationGreaterThan(Float daysAfterModificationGreaterThan)"
|
|
desc: "Set the daysAfterModificationGreaterThan property: Value indicating the age in days after last modification."
|
|
returns:
|
|
description: "the DateAfterModification object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.storage.models.DateAfterModification?alt=com.azure.resourcemanager.storage.models.DateAfterModification&text=DateAfterModification\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Object to define the base blob action conditions. Properties daysAfterModificationGreaterThan, daysAfterLastAccessTimeGreaterThan and daysAfterCreationGreaterThan are mutually exclusive. The daysAfterLastTierChangeGreaterThan property is only applicable for tierToArchive actions which requires daysAfterModificationGreaterThan to be set, also it cannot be used in conjunction with daysAfterLastAccessTimeGreaterThan or daysAfterCreationGreaterThan."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.storage.models.DateAfterModification?alt=com.azure.resourcemanager.storage.models.DateAfterModification&text=DateAfterModification\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.storage.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-storage:2.44.0
|