419 строки
32 KiB
YAML
419 строки
32 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.storage.blob.models.BlobContainerItemProperties"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties"
|
|
name: "BlobContainerItemProperties"
|
|
nameWithType: "BlobContainerItemProperties"
|
|
summary: "Properties of a container."
|
|
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 **BlobContainerItemProperties**</br> implements <xref href=\"com.azure.xml.XmlSerializable?alt=com.azure.xml.XmlSerializable&text=XmlSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.storage.blob.models.BlobContainerItemProperties?alt=com.azure.storage.blob.models.BlobContainerItemProperties&text=BlobContainerItemProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.BlobContainerItemProperties()"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.BlobContainerItemProperties()"
|
|
name: "BlobContainerItemProperties()"
|
|
nameWithType: "BlobContainerItemProperties.BlobContainerItemProperties()"
|
|
summary: "Creates an instance of Blob<wbr>Container<wbr>Item<wbr>Properties class."
|
|
syntax: "public BlobContainerItemProperties()"
|
|
desc: "Creates an instance of BlobContainerItemProperties class."
|
|
methods:
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.fromXml(com.azure.xml.XmlReader)"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.fromXml(XmlReader xmlReader)"
|
|
name: "fromXml(XmlReader xmlReader)"
|
|
nameWithType: "BlobContainerItemProperties.fromXml(XmlReader xmlReader)"
|
|
summary: "Reads an instance of Blob<wbr>Container<wbr>Item<wbr>Properties from the Xml<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The XmlReader being read."
|
|
name: "xmlReader"
|
|
type: "<xref href=\"com.azure.xml.XmlReader?alt=com.azure.xml.XmlReader&text=XmlReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static BlobContainerItemProperties fromXml(XmlReader xmlReader)"
|
|
exceptions:
|
|
- description: "If the deserialized XML object was missing any required properties."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
|
|
desc: "Reads an instance of BlobContainerItemProperties from the XmlReader."
|
|
returns:
|
|
description: "An instance of BlobContainerItemProperties if the XmlReader was pointing to an instance of it, or null if\n it was pointing to XML null."
|
|
type: "<xref href=\"com.azure.storage.blob.models.BlobContainerItemProperties?alt=com.azure.storage.blob.models.BlobContainerItemProperties&text=BlobContainerItemProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.fromXml(com.azure.xml.XmlReader,java.lang.String)"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.fromXml(XmlReader xmlReader, String rootElementName)"
|
|
name: "fromXml(XmlReader xmlReader, String rootElementName)"
|
|
nameWithType: "BlobContainerItemProperties.fromXml(XmlReader xmlReader, String rootElementName)"
|
|
summary: "Reads an instance of Blob<wbr>Container<wbr>Item<wbr>Properties from the Xml<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The XmlReader being read."
|
|
name: "xmlReader"
|
|
type: "<xref href=\"com.azure.xml.XmlReader?alt=com.azure.xml.XmlReader&text=XmlReader\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Optional root element name to override the default defined by the model. Used to support\n cases where the model can deserialize from different root element names."
|
|
name: "rootElementName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static BlobContainerItemProperties fromXml(XmlReader xmlReader, String rootElementName)"
|
|
exceptions:
|
|
- description: "If the deserialized XML object was missing any required properties."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
|
|
desc: "Reads an instance of BlobContainerItemProperties from the XmlReader."
|
|
returns:
|
|
description: "An instance of BlobContainerItemProperties if the XmlReader was pointing to an instance of it, or null if\n it was pointing to XML null."
|
|
type: "<xref href=\"com.azure.storage.blob.models.BlobContainerItemProperties?alt=com.azure.storage.blob.models.BlobContainerItemProperties&text=BlobContainerItemProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.getDefaultEncryptionScope()"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.getDefaultEncryptionScope()"
|
|
name: "getDefaultEncryptionScope()"
|
|
nameWithType: "BlobContainerItemProperties.getDefaultEncryptionScope()"
|
|
summary: "Get the default<wbr>Encryption<wbr>Scope property: The Default<wbr>Encryption<wbr>Scope property."
|
|
syntax: "public String getDefaultEncryptionScope()"
|
|
desc: "Get the defaultEncryptionScope property: The DefaultEncryptionScope property."
|
|
returns:
|
|
description: "the defaultEncryptionScope value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.getDeletedTime()"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.getDeletedTime()"
|
|
name: "getDeletedTime()"
|
|
nameWithType: "BlobContainerItemProperties.getDeletedTime()"
|
|
summary: "Get the deleted<wbr>Time property: The Deleted<wbr>Time property."
|
|
syntax: "public OffsetDateTime getDeletedTime()"
|
|
desc: "Get the deletedTime property: The DeletedTime property."
|
|
returns:
|
|
description: "the deletedTime value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.getETag()"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.getETag()"
|
|
name: "getETag()"
|
|
nameWithType: "BlobContainerItemProperties.getETag()"
|
|
summary: "Get the e<wbr>Tag property: The Etag property."
|
|
syntax: "public String getETag()"
|
|
desc: "Get the eTag property: The Etag property."
|
|
returns:
|
|
description: "the eTag value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.getLastModified()"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.getLastModified()"
|
|
name: "getLastModified()"
|
|
nameWithType: "BlobContainerItemProperties.getLastModified()"
|
|
summary: "Get the last<wbr>Modified property: The Last-Modified property."
|
|
syntax: "public OffsetDateTime getLastModified()"
|
|
desc: "Get the lastModified property: The Last-Modified property."
|
|
returns:
|
|
description: "the lastModified value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.getLeaseDuration()"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.getLeaseDuration()"
|
|
name: "getLeaseDuration()"
|
|
nameWithType: "BlobContainerItemProperties.getLeaseDuration()"
|
|
summary: "Get the lease<wbr>Duration property: The Lease<wbr>Duration property."
|
|
syntax: "public LeaseDurationType getLeaseDuration()"
|
|
desc: "Get the leaseDuration property: The LeaseDuration property."
|
|
returns:
|
|
description: "the leaseDuration value."
|
|
type: "<xref href=\"com.azure.storage.blob.models.LeaseDurationType?alt=com.azure.storage.blob.models.LeaseDurationType&text=LeaseDurationType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.getLeaseState()"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.getLeaseState()"
|
|
name: "getLeaseState()"
|
|
nameWithType: "BlobContainerItemProperties.getLeaseState()"
|
|
summary: "Get the lease<wbr>State property: The Lease<wbr>State property."
|
|
syntax: "public LeaseStateType getLeaseState()"
|
|
desc: "Get the leaseState property: The LeaseState property."
|
|
returns:
|
|
description: "the leaseState value."
|
|
type: "<xref href=\"com.azure.storage.blob.models.LeaseStateType?alt=com.azure.storage.blob.models.LeaseStateType&text=LeaseStateType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.getLeaseStatus()"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.getLeaseStatus()"
|
|
name: "getLeaseStatus()"
|
|
nameWithType: "BlobContainerItemProperties.getLeaseStatus()"
|
|
summary: "Get the lease<wbr>Status property: The Lease<wbr>Status property."
|
|
syntax: "public LeaseStatusType getLeaseStatus()"
|
|
desc: "Get the leaseStatus property: The LeaseStatus property."
|
|
returns:
|
|
description: "the leaseStatus value."
|
|
type: "<xref href=\"com.azure.storage.blob.models.LeaseStatusType?alt=com.azure.storage.blob.models.LeaseStatusType&text=LeaseStatusType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.getPublicAccess()"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.getPublicAccess()"
|
|
name: "getPublicAccess()"
|
|
nameWithType: "BlobContainerItemProperties.getPublicAccess()"
|
|
summary: "Get the public<wbr>Access property: The Public<wbr>Access property."
|
|
syntax: "public PublicAccessType getPublicAccess()"
|
|
desc: "Get the publicAccess property: The PublicAccess property."
|
|
returns:
|
|
description: "the publicAccess value."
|
|
type: "<xref href=\"com.azure.storage.blob.models.PublicAccessType?alt=com.azure.storage.blob.models.PublicAccessType&text=PublicAccessType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.getRemainingRetentionDays()"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.getRemainingRetentionDays()"
|
|
name: "getRemainingRetentionDays()"
|
|
nameWithType: "BlobContainerItemProperties.getRemainingRetentionDays()"
|
|
summary: "Get the remaining<wbr>Retention<wbr>Days property: The Remaining<wbr>Retention<wbr>Days property."
|
|
syntax: "public Integer getRemainingRetentionDays()"
|
|
desc: "Get the remainingRetentionDays property: The RemainingRetentionDays property."
|
|
returns:
|
|
description: "the remainingRetentionDays value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.isEncryptionScopeOverridePrevented()"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.isEncryptionScopeOverridePrevented()"
|
|
name: "isEncryptionScopeOverridePrevented()"
|
|
nameWithType: "BlobContainerItemProperties.isEncryptionScopeOverridePrevented()"
|
|
summary: "Get the encryption<wbr>Scope<wbr>Override<wbr>Prevented property: The Deny<wbr>Encryption<wbr>Scope<wbr>Override property."
|
|
syntax: "public boolean isEncryptionScopeOverridePrevented()"
|
|
desc: "Get the encryptionScopeOverridePrevented property: The DenyEncryptionScopeOverride property."
|
|
returns:
|
|
description: "the encryptionScopeOverridePrevented value."
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.isHasImmutabilityPolicy()"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.isHasImmutabilityPolicy()"
|
|
name: "isHasImmutabilityPolicy()"
|
|
nameWithType: "BlobContainerItemProperties.isHasImmutabilityPolicy()"
|
|
summary: "Get the has<wbr>Immutability<wbr>Policy property: The Has<wbr>Immutability<wbr>Policy property."
|
|
syntax: "public Boolean isHasImmutabilityPolicy()"
|
|
desc: "Get the hasImmutabilityPolicy property: The HasImmutabilityPolicy property."
|
|
returns:
|
|
description: "the hasImmutabilityPolicy value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.isHasLegalHold()"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.isHasLegalHold()"
|
|
name: "isHasLegalHold()"
|
|
nameWithType: "BlobContainerItemProperties.isHasLegalHold()"
|
|
summary: "Get the has<wbr>Legal<wbr>Hold property: The Has<wbr>Legal<wbr>Hold property."
|
|
syntax: "public Boolean isHasLegalHold()"
|
|
desc: "Get the hasLegalHold property: The HasLegalHold property."
|
|
returns:
|
|
description: "the hasLegalHold value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.isImmutableStorageWithVersioningEnabled()"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.isImmutableStorageWithVersioningEnabled()"
|
|
name: "isImmutableStorageWithVersioningEnabled()"
|
|
nameWithType: "BlobContainerItemProperties.isImmutableStorageWithVersioningEnabled()"
|
|
summary: "Get the is<wbr>Immutable<wbr>Storage<wbr>With<wbr>Versioning<wbr>Enabled property: Indicates if version level worm is enabled on this container."
|
|
syntax: "public Boolean isImmutableStorageWithVersioningEnabled()"
|
|
desc: "Get the isImmutableStorageWithVersioningEnabled property: Indicates if version level worm is enabled on this container."
|
|
returns:
|
|
description: "the isImmutableStorageWithVersioningEnabled value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.setDefaultEncryptionScope(java.lang.String)"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.setDefaultEncryptionScope(String defaultEncryptionScope)"
|
|
name: "setDefaultEncryptionScope(String defaultEncryptionScope)"
|
|
nameWithType: "BlobContainerItemProperties.setDefaultEncryptionScope(String defaultEncryptionScope)"
|
|
summary: "Set the default<wbr>Encryption<wbr>Scope property: The Default<wbr>Encryption<wbr>Scope property."
|
|
parameters:
|
|
- description: "the defaultEncryptionScope value to set."
|
|
name: "defaultEncryptionScope"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public BlobContainerItemProperties setDefaultEncryptionScope(String defaultEncryptionScope)"
|
|
desc: "Set the defaultEncryptionScope property: The DefaultEncryptionScope property."
|
|
returns:
|
|
description: "the BlobContainerItemProperties object itself."
|
|
type: "<xref href=\"com.azure.storage.blob.models.BlobContainerItemProperties?alt=com.azure.storage.blob.models.BlobContainerItemProperties&text=BlobContainerItemProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.setDeletedTime(java.time.OffsetDateTime)"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.setDeletedTime(OffsetDateTime deletedTime)"
|
|
name: "setDeletedTime(OffsetDateTime deletedTime)"
|
|
nameWithType: "BlobContainerItemProperties.setDeletedTime(OffsetDateTime deletedTime)"
|
|
summary: "Set the deleted<wbr>Time property: The Deleted<wbr>Time property."
|
|
parameters:
|
|
- description: "the deletedTime value to set."
|
|
name: "deletedTime"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
syntax: "public BlobContainerItemProperties setDeletedTime(OffsetDateTime deletedTime)"
|
|
desc: "Set the deletedTime property: The DeletedTime property."
|
|
returns:
|
|
description: "the BlobContainerItemProperties object itself."
|
|
type: "<xref href=\"com.azure.storage.blob.models.BlobContainerItemProperties?alt=com.azure.storage.blob.models.BlobContainerItemProperties&text=BlobContainerItemProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.setETag(java.lang.String)"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.setETag(String eTag)"
|
|
name: "setETag(String eTag)"
|
|
nameWithType: "BlobContainerItemProperties.setETag(String eTag)"
|
|
summary: "Set the e<wbr>Tag property: The Etag property."
|
|
parameters:
|
|
- description: "the eTag value to set."
|
|
name: "eTag"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public BlobContainerItemProperties setETag(String eTag)"
|
|
desc: "Set the eTag property: The Etag property."
|
|
returns:
|
|
description: "the BlobContainerItemProperties object itself."
|
|
type: "<xref href=\"com.azure.storage.blob.models.BlobContainerItemProperties?alt=com.azure.storage.blob.models.BlobContainerItemProperties&text=BlobContainerItemProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.setEncryptionScopeOverridePrevented(boolean)"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.setEncryptionScopeOverridePrevented(boolean encryptionScopeOverridePrevented)"
|
|
name: "setEncryptionScopeOverridePrevented(boolean encryptionScopeOverridePrevented)"
|
|
nameWithType: "BlobContainerItemProperties.setEncryptionScopeOverridePrevented(boolean encryptionScopeOverridePrevented)"
|
|
summary: "Set the encryption<wbr>Scope<wbr>Override<wbr>Prevented property: The Deny<wbr>Encryption<wbr>Scope<wbr>Override property."
|
|
parameters:
|
|
- description: "the encryptionScopeOverridePrevented value to set."
|
|
name: "encryptionScopeOverridePrevented"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public BlobContainerItemProperties setEncryptionScopeOverridePrevented(boolean encryptionScopeOverridePrevented)"
|
|
desc: "Set the encryptionScopeOverridePrevented property: The DenyEncryptionScopeOverride property."
|
|
returns:
|
|
description: "the BlobContainerItemProperties object itself."
|
|
type: "<xref href=\"com.azure.storage.blob.models.BlobContainerItemProperties?alt=com.azure.storage.blob.models.BlobContainerItemProperties&text=BlobContainerItemProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.setHasImmutabilityPolicy(java.lang.Boolean)"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.setHasImmutabilityPolicy(Boolean hasImmutabilityPolicy)"
|
|
name: "setHasImmutabilityPolicy(Boolean hasImmutabilityPolicy)"
|
|
nameWithType: "BlobContainerItemProperties.setHasImmutabilityPolicy(Boolean hasImmutabilityPolicy)"
|
|
summary: "Set the has<wbr>Immutability<wbr>Policy property: The Has<wbr>Immutability<wbr>Policy property."
|
|
parameters:
|
|
- description: "the hasImmutabilityPolicy value to set."
|
|
name: "hasImmutabilityPolicy"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public BlobContainerItemProperties setHasImmutabilityPolicy(Boolean hasImmutabilityPolicy)"
|
|
desc: "Set the hasImmutabilityPolicy property: The HasImmutabilityPolicy property."
|
|
returns:
|
|
description: "the BlobContainerItemProperties object itself."
|
|
type: "<xref href=\"com.azure.storage.blob.models.BlobContainerItemProperties?alt=com.azure.storage.blob.models.BlobContainerItemProperties&text=BlobContainerItemProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.setHasLegalHold(java.lang.Boolean)"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.setHasLegalHold(Boolean hasLegalHold)"
|
|
name: "setHasLegalHold(Boolean hasLegalHold)"
|
|
nameWithType: "BlobContainerItemProperties.setHasLegalHold(Boolean hasLegalHold)"
|
|
summary: "Set the has<wbr>Legal<wbr>Hold property: The Has<wbr>Legal<wbr>Hold property."
|
|
parameters:
|
|
- description: "the hasLegalHold value to set."
|
|
name: "hasLegalHold"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public BlobContainerItemProperties setHasLegalHold(Boolean hasLegalHold)"
|
|
desc: "Set the hasLegalHold property: The HasLegalHold property."
|
|
returns:
|
|
description: "the BlobContainerItemProperties object itself."
|
|
type: "<xref href=\"com.azure.storage.blob.models.BlobContainerItemProperties?alt=com.azure.storage.blob.models.BlobContainerItemProperties&text=BlobContainerItemProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.setImmutableStorageWithVersioningEnabled(java.lang.Boolean)"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.setImmutableStorageWithVersioningEnabled(Boolean isImmutableStorageWithVersioningEnabled)"
|
|
name: "setImmutableStorageWithVersioningEnabled(Boolean isImmutableStorageWithVersioningEnabled)"
|
|
nameWithType: "BlobContainerItemProperties.setImmutableStorageWithVersioningEnabled(Boolean isImmutableStorageWithVersioningEnabled)"
|
|
summary: "Set the is<wbr>Immutable<wbr>Storage<wbr>With<wbr>Versioning<wbr>Enabled property: Indicates if version level worm is enabled on this container."
|
|
parameters:
|
|
- description: "the isImmutableStorageWithVersioningEnabled value to set."
|
|
name: "isImmutableStorageWithVersioningEnabled"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public BlobContainerItemProperties setImmutableStorageWithVersioningEnabled(Boolean isImmutableStorageWithVersioningEnabled)"
|
|
desc: "Set the isImmutableStorageWithVersioningEnabled property: Indicates if version level worm is enabled on this container."
|
|
returns:
|
|
description: "the BlobContainerItemProperties object itself."
|
|
type: "<xref href=\"com.azure.storage.blob.models.BlobContainerItemProperties?alt=com.azure.storage.blob.models.BlobContainerItemProperties&text=BlobContainerItemProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.setLastModified(java.time.OffsetDateTime)"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.setLastModified(OffsetDateTime lastModified)"
|
|
name: "setLastModified(OffsetDateTime lastModified)"
|
|
nameWithType: "BlobContainerItemProperties.setLastModified(OffsetDateTime lastModified)"
|
|
summary: "Set the last<wbr>Modified property: The Last-Modified property."
|
|
parameters:
|
|
- description: "the lastModified value to set."
|
|
name: "lastModified"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
syntax: "public BlobContainerItemProperties setLastModified(OffsetDateTime lastModified)"
|
|
desc: "Set the lastModified property: The Last-Modified property."
|
|
returns:
|
|
description: "the BlobContainerItemProperties object itself."
|
|
type: "<xref href=\"com.azure.storage.blob.models.BlobContainerItemProperties?alt=com.azure.storage.blob.models.BlobContainerItemProperties&text=BlobContainerItemProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.setLeaseDuration(com.azure.storage.blob.models.LeaseDurationType)"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.setLeaseDuration(LeaseDurationType leaseDuration)"
|
|
name: "setLeaseDuration(LeaseDurationType leaseDuration)"
|
|
nameWithType: "BlobContainerItemProperties.setLeaseDuration(LeaseDurationType leaseDuration)"
|
|
summary: "Set the lease<wbr>Duration property: The Lease<wbr>Duration property."
|
|
parameters:
|
|
- description: "the leaseDuration value to set."
|
|
name: "leaseDuration"
|
|
type: "<xref href=\"com.azure.storage.blob.models.LeaseDurationType?alt=com.azure.storage.blob.models.LeaseDurationType&text=LeaseDurationType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public BlobContainerItemProperties setLeaseDuration(LeaseDurationType leaseDuration)"
|
|
desc: "Set the leaseDuration property: The LeaseDuration property."
|
|
returns:
|
|
description: "the BlobContainerItemProperties object itself."
|
|
type: "<xref href=\"com.azure.storage.blob.models.BlobContainerItemProperties?alt=com.azure.storage.blob.models.BlobContainerItemProperties&text=BlobContainerItemProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.setLeaseState(com.azure.storage.blob.models.LeaseStateType)"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.setLeaseState(LeaseStateType leaseState)"
|
|
name: "setLeaseState(LeaseStateType leaseState)"
|
|
nameWithType: "BlobContainerItemProperties.setLeaseState(LeaseStateType leaseState)"
|
|
summary: "Set the lease<wbr>State property: The Lease<wbr>State property."
|
|
parameters:
|
|
- description: "the leaseState value to set."
|
|
name: "leaseState"
|
|
type: "<xref href=\"com.azure.storage.blob.models.LeaseStateType?alt=com.azure.storage.blob.models.LeaseStateType&text=LeaseStateType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public BlobContainerItemProperties setLeaseState(LeaseStateType leaseState)"
|
|
desc: "Set the leaseState property: The LeaseState property."
|
|
returns:
|
|
description: "the BlobContainerItemProperties object itself."
|
|
type: "<xref href=\"com.azure.storage.blob.models.BlobContainerItemProperties?alt=com.azure.storage.blob.models.BlobContainerItemProperties&text=BlobContainerItemProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.setLeaseStatus(com.azure.storage.blob.models.LeaseStatusType)"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.setLeaseStatus(LeaseStatusType leaseStatus)"
|
|
name: "setLeaseStatus(LeaseStatusType leaseStatus)"
|
|
nameWithType: "BlobContainerItemProperties.setLeaseStatus(LeaseStatusType leaseStatus)"
|
|
summary: "Set the lease<wbr>Status property: The Lease<wbr>Status property."
|
|
parameters:
|
|
- description: "the leaseStatus value to set."
|
|
name: "leaseStatus"
|
|
type: "<xref href=\"com.azure.storage.blob.models.LeaseStatusType?alt=com.azure.storage.blob.models.LeaseStatusType&text=LeaseStatusType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public BlobContainerItemProperties setLeaseStatus(LeaseStatusType leaseStatus)"
|
|
desc: "Set the leaseStatus property: The LeaseStatus property."
|
|
returns:
|
|
description: "the BlobContainerItemProperties object itself."
|
|
type: "<xref href=\"com.azure.storage.blob.models.BlobContainerItemProperties?alt=com.azure.storage.blob.models.BlobContainerItemProperties&text=BlobContainerItemProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.setPublicAccess(com.azure.storage.blob.models.PublicAccessType)"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.setPublicAccess(PublicAccessType publicAccess)"
|
|
name: "setPublicAccess(PublicAccessType publicAccess)"
|
|
nameWithType: "BlobContainerItemProperties.setPublicAccess(PublicAccessType publicAccess)"
|
|
summary: "Set the public<wbr>Access property: The Public<wbr>Access property."
|
|
parameters:
|
|
- description: "the publicAccess value to set."
|
|
name: "publicAccess"
|
|
type: "<xref href=\"com.azure.storage.blob.models.PublicAccessType?alt=com.azure.storage.blob.models.PublicAccessType&text=PublicAccessType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public BlobContainerItemProperties setPublicAccess(PublicAccessType publicAccess)"
|
|
desc: "Set the publicAccess property: The PublicAccess property."
|
|
returns:
|
|
description: "the BlobContainerItemProperties object itself."
|
|
type: "<xref href=\"com.azure.storage.blob.models.BlobContainerItemProperties?alt=com.azure.storage.blob.models.BlobContainerItemProperties&text=BlobContainerItemProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.setRemainingRetentionDays(java.lang.Integer)"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.setRemainingRetentionDays(Integer remainingRetentionDays)"
|
|
name: "setRemainingRetentionDays(Integer remainingRetentionDays)"
|
|
nameWithType: "BlobContainerItemProperties.setRemainingRetentionDays(Integer remainingRetentionDays)"
|
|
summary: "Set the remaining<wbr>Retention<wbr>Days property: The Remaining<wbr>Retention<wbr>Days property."
|
|
parameters:
|
|
- description: "the remainingRetentionDays value to set."
|
|
name: "remainingRetentionDays"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public BlobContainerItemProperties setRemainingRetentionDays(Integer remainingRetentionDays)"
|
|
desc: "Set the remainingRetentionDays property: The RemainingRetentionDays property."
|
|
returns:
|
|
description: "the BlobContainerItemProperties object itself."
|
|
type: "<xref href=\"com.azure.storage.blob.models.BlobContainerItemProperties?alt=com.azure.storage.blob.models.BlobContainerItemProperties&text=BlobContainerItemProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.toXml(com.azure.xml.XmlWriter)"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.toXml(XmlWriter xmlWriter)"
|
|
name: "toXml(XmlWriter xmlWriter)"
|
|
nameWithType: "BlobContainerItemProperties.toXml(XmlWriter xmlWriter)"
|
|
parameters:
|
|
- name: "xmlWriter"
|
|
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public XmlWriter toXml(XmlWriter xmlWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlobContainerItemProperties.toXml(com.azure.xml.XmlWriter,java.lang.String)"
|
|
fullName: "com.azure.storage.blob.models.BlobContainerItemProperties.toXml(XmlWriter xmlWriter, String rootElementName)"
|
|
name: "toXml(XmlWriter xmlWriter, String rootElementName)"
|
|
nameWithType: "BlobContainerItemProperties.toXml(XmlWriter xmlWriter, String rootElementName)"
|
|
parameters:
|
|
- name: "xmlWriter"
|
|
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- name: "rootElementName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public XmlWriter toXml(XmlWriter xmlWriter, String rootElementName)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Properties of a container."
|
|
implements:
|
|
- "<xref href=\"com.azure.xml.XmlSerializable?alt=com.azure.xml.XmlSerializable&text=XmlSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.storage.blob.models.BlobContainerItemProperties?alt=com.azure.storage.blob.models.BlobContainerItemProperties&text=BlobContainerItemProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.storage.blob.models"
|
|
artifact: com.azure:azure-storage-blob:12.28.1
|