Uses of Class
com.azure.storage.blob.models.BlobContainerItemProperties
Packages that use BlobContainerItemProperties
Package
Description
Package containing the data models for AzureBlobStorage.
-
Uses of BlobContainerItemProperties in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return BlobContainerItemPropertiesModifier and TypeMethodDescriptionstatic BlobContainerItemPropertiesBlobContainerItemProperties.fromXml(com.azure.xml.XmlReader xmlReader) Reads an instance of BlobContainerItemProperties from the XmlReader.static BlobContainerItemPropertiesReads an instance of BlobContainerItemProperties from the XmlReader.BlobContainerItem.getProperties()Get the properties property: Properties of a container.BlobContainerItemProperties.setDefaultEncryptionScope(String defaultEncryptionScope) Set the defaultEncryptionScope property: The DefaultEncryptionScope property.BlobContainerItemProperties.setDeletedTime(OffsetDateTime deletedTime) Set the deletedTime property: The DeletedTime property.BlobContainerItemProperties.setEncryptionScopeOverridePrevented(boolean encryptionScopeOverridePrevented) Set the encryptionScopeOverridePrevented property: The DenyEncryptionScopeOverride property.Set the eTag property: The Etag property.BlobContainerItemProperties.setHasImmutabilityPolicy(Boolean hasImmutabilityPolicy) Set the hasImmutabilityPolicy property: The HasImmutabilityPolicy property.BlobContainerItemProperties.setHasLegalHold(Boolean hasLegalHold) Set the hasLegalHold property: The HasLegalHold property.BlobContainerItemProperties.setImmutableStorageWithVersioningEnabled(Boolean isImmutableStorageWithVersioningEnabled) Set the isImmutableStorageWithVersioningEnabled property: Indicates if version level worm is enabled on this container.BlobContainerItemProperties.setLastModified(OffsetDateTime lastModified) Set the lastModified property: The Last-Modified property.BlobContainerItemProperties.setLeaseDuration(LeaseDurationType leaseDuration) Set the leaseDuration property: The LeaseDuration property.BlobContainerItemProperties.setLeaseState(LeaseStateType leaseState) Set the leaseState property: The LeaseState property.BlobContainerItemProperties.setLeaseStatus(LeaseStatusType leaseStatus) Set the leaseStatus property: The LeaseStatus property.BlobContainerItemProperties.setPublicAccess(PublicAccessType publicAccess) Set the publicAccess property: The PublicAccess property.BlobContainerItemProperties.setRemainingRetentionDays(Integer remainingRetentionDays) Set the remainingRetentionDays property: The RemainingRetentionDays property.Methods in com.azure.storage.blob.models with parameters of type BlobContainerItemPropertiesModifier and TypeMethodDescriptionBlobContainerItem.setProperties(BlobContainerItemProperties properties) Set the properties property: Properties of a container.