azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.blob.mode...

974 строки
68 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.blob.models.BlobItemProperties"
fullName: "com.azure.storage.blob.models.BlobItemProperties"
name: "BlobItemProperties"
nameWithType: "BlobItemProperties"
summary: "Properties of a blob."
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 **BlobItemProperties**"
constructors:
- uid: "com.azure.storage.blob.models.BlobItemProperties.BlobItemProperties()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.BlobItemProperties()"
name: "BlobItemProperties()"
nameWithType: "BlobItemProperties.BlobItemProperties()"
summary: "Constructs a new instance of <xref uid=\"com.azure.storage.blob.models.BlobItemProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobItemProperties\"></xref>."
syntax: "public BlobItemProperties()"
desc: "Constructs a new instance of <xref uid=\"com.azure.storage.blob.models.BlobItemProperties\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobItemProperties\"></xref>."
methods:
- uid: "com.azure.storage.blob.models.BlobItemProperties.getAccessTier()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getAccessTier()"
name: "getAccessTier()"
nameWithType: "BlobItemProperties.getAccessTier()"
summary: "Get the access<wbr>Tier property: Possible values include: 'P4', 'P6', 'P10', 'P15', 'P20', 'P30', 'P40', 'P50', 'P60', 'P70', 'P80', 'Hot', 'Cool', 'Archive'."
syntax: "public AccessTier getAccessTier()"
desc: "Get the accessTier property: Possible values include: 'P4', 'P6', 'P10', 'P15', 'P20', 'P30', 'P40', 'P50', 'P60', 'P70', 'P80', 'Hot', 'Cool', 'Archive'."
returns:
description: "the accessTier value."
type: "<xref href=\"com.azure.storage.blob.models.AccessTier?alt=com.azure.storage.blob.models.AccessTier&text=AccessTier\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getAccessTierChangeTime()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getAccessTierChangeTime()"
name: "getAccessTierChangeTime()"
nameWithType: "BlobItemProperties.getAccessTierChangeTime()"
summary: "Get the access<wbr>Tier<wbr>Change<wbr>Time property: The access<wbr>Tier<wbr>Change<wbr>Time property."
syntax: "public OffsetDateTime getAccessTierChangeTime()"
desc: "Get the accessTierChangeTime property: The accessTierChangeTime property."
returns:
description: "the accessTierChangeTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getArchiveStatus()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getArchiveStatus()"
name: "getArchiveStatus()"
nameWithType: "BlobItemProperties.getArchiveStatus()"
summary: "Get the archive<wbr>Status property: Possible values include: 'rehydrate-pending-to-hot', 'rehydrate-pending-to-cool'."
syntax: "public ArchiveStatus getArchiveStatus()"
desc: "Get the archiveStatus property: Possible values include: 'rehydrate-pending-to-hot', 'rehydrate-pending-to-cool'."
returns:
description: "the archiveStatus value."
type: "<xref href=\"com.azure.storage.blob.models.ArchiveStatus?alt=com.azure.storage.blob.models.ArchiveStatus&text=ArchiveStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getBlobSequenceNumber()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getBlobSequenceNumber()"
name: "getBlobSequenceNumber()"
nameWithType: "BlobItemProperties.getBlobSequenceNumber()"
summary: "Get the blob<wbr>Sequence<wbr>Number property: The blob<wbr>Sequence<wbr>Number property."
syntax: "public Long getBlobSequenceNumber()"
desc: "Get the blobSequenceNumber property: The blobSequenceNumber property."
returns:
description: "the blobSequenceNumber value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getBlobType()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getBlobType()"
name: "getBlobType()"
nameWithType: "BlobItemProperties.getBlobType()"
summary: "Get the blob<wbr>Type property: Possible values include: 'Block<wbr>Blob', 'Page<wbr>Blob', 'Append<wbr>Blob'."
syntax: "public BlobType getBlobType()"
desc: "Get the blobType property: Possible values include: 'BlockBlob', 'PageBlob', 'AppendBlob'."
returns:
description: "the blobType value."
type: "<xref href=\"com.azure.storage.blob.models.BlobType?alt=com.azure.storage.blob.models.BlobType&text=BlobType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getCacheControl()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getCacheControl()"
name: "getCacheControl()"
nameWithType: "BlobItemProperties.getCacheControl()"
summary: "Get the cache<wbr>Control property: The cache<wbr>Control property."
syntax: "public String getCacheControl()"
desc: "Get the cacheControl property: The cacheControl property."
returns:
description: "the cacheControl value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getContentDisposition()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getContentDisposition()"
name: "getContentDisposition()"
nameWithType: "BlobItemProperties.getContentDisposition()"
summary: "Get the content<wbr>Disposition property: The content<wbr>Disposition property."
syntax: "public String getContentDisposition()"
desc: "Get the contentDisposition property: The contentDisposition property."
returns:
description: "the contentDisposition value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getContentEncoding()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getContentEncoding()"
name: "getContentEncoding()"
nameWithType: "BlobItemProperties.getContentEncoding()"
summary: "Get the content<wbr>Encoding property: The content<wbr>Encoding property."
syntax: "public String getContentEncoding()"
desc: "Get the contentEncoding property: The contentEncoding property."
returns:
description: "the contentEncoding value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getContentLanguage()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getContentLanguage()"
name: "getContentLanguage()"
nameWithType: "BlobItemProperties.getContentLanguage()"
summary: "Get the content<wbr>Language property: The content<wbr>Language property."
syntax: "public String getContentLanguage()"
desc: "Get the contentLanguage property: The contentLanguage property."
returns:
description: "the contentLanguage value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getContentLength()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getContentLength()"
name: "getContentLength()"
nameWithType: "BlobItemProperties.getContentLength()"
summary: "Get the content<wbr>Length property: Size in bytes."
syntax: "public Long getContentLength()"
desc: "Get the contentLength property: Size in bytes."
returns:
description: "the contentLength value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getContentMd5()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getContentMd5()"
name: "getContentMd5()"
nameWithType: "BlobItemProperties.getContentMd5()"
summary: "Get the content<wbr>Md5 property: The content<wbr>Md5 property."
syntax: "public byte[] getContentMd5()"
desc: "Get the contentMd5 property: The contentMd5 property."
returns:
description: "the contentMd5 value."
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getContentType()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getContentType()"
name: "getContentType()"
nameWithType: "BlobItemProperties.getContentType()"
summary: "Get the content<wbr>Type property: The content<wbr>Type property."
syntax: "public String getContentType()"
desc: "Get the contentType property: The contentType property."
returns:
description: "the contentType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getCopyCompletionTime()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getCopyCompletionTime()"
name: "getCopyCompletionTime()"
nameWithType: "BlobItemProperties.getCopyCompletionTime()"
summary: "Get the copy<wbr>Completion<wbr>Time property: The copy<wbr>Completion<wbr>Time property."
syntax: "public OffsetDateTime getCopyCompletionTime()"
desc: "Get the copyCompletionTime property: The copyCompletionTime property."
returns:
description: "the copyCompletionTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getCopyId()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getCopyId()"
name: "getCopyId()"
nameWithType: "BlobItemProperties.getCopyId()"
summary: "Get the copy<wbr>Id property: The copy<wbr>Id property."
syntax: "public String getCopyId()"
desc: "Get the copyId property: The copyId property."
returns:
description: "the copyId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getCopyProgress()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getCopyProgress()"
name: "getCopyProgress()"
nameWithType: "BlobItemProperties.getCopyProgress()"
summary: "Get the copy<wbr>Progress property: The copy<wbr>Progress property."
syntax: "public String getCopyProgress()"
desc: "Get the copyProgress property: The copyProgress property."
returns:
description: "the copyProgress value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getCopySource()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getCopySource()"
name: "getCopySource()"
nameWithType: "BlobItemProperties.getCopySource()"
summary: "Get the copy<wbr>Source property: The copy<wbr>Source property."
syntax: "public String getCopySource()"
desc: "Get the copySource property: The copySource property."
returns:
description: "the copySource value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getCopyStatus()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getCopyStatus()"
name: "getCopyStatus()"
nameWithType: "BlobItemProperties.getCopyStatus()"
summary: "Get the copy<wbr>Status property: Possible values include: 'pending', 'success', 'aborted', 'failed'."
syntax: "public CopyStatusType getCopyStatus()"
desc: "Get the copyStatus property: Possible values include: 'pending', 'success', 'aborted', 'failed'."
returns:
description: "the copyStatus value."
type: "<xref href=\"com.azure.storage.blob.models.CopyStatusType?alt=com.azure.storage.blob.models.CopyStatusType&text=CopyStatusType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getCopyStatusDescription()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getCopyStatusDescription()"
name: "getCopyStatusDescription()"
nameWithType: "BlobItemProperties.getCopyStatusDescription()"
summary: "Get the copy<wbr>Status<wbr>Description property: The copy<wbr>Status<wbr>Description property."
syntax: "public String getCopyStatusDescription()"
desc: "Get the copyStatusDescription property: The copyStatusDescription property."
returns:
description: "the copyStatusDescription value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getCreationTime()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getCreationTime()"
name: "getCreationTime()"
nameWithType: "BlobItemProperties.getCreationTime()"
summary: "Get the creation<wbr>Time property: The creation<wbr>Time property."
syntax: "public OffsetDateTime getCreationTime()"
desc: "Get the creationTime property: The creationTime property."
returns:
description: "the creationTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getCustomerProvidedKeySha256()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getCustomerProvidedKeySha256()"
name: "getCustomerProvidedKeySha256()"
nameWithType: "BlobItemProperties.getCustomerProvidedKeySha256()"
summary: "Get the customer<wbr>Provided<wbr>Key<wbr>Sha256 property: The customer<wbr>Provided<wbr>Key<wbr>Sha256 property."
syntax: "public String getCustomerProvidedKeySha256()"
desc: "Get the customerProvidedKeySha256 property: The customerProvidedKeySha256 property."
returns:
description: "the customerProvidedKeySha256 value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getDeletedTime()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getDeletedTime()"
name: "getDeletedTime()"
nameWithType: "BlobItemProperties.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.BlobItemProperties.getDestinationSnapshot()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getDestinationSnapshot()"
name: "getDestinationSnapshot()"
nameWithType: "BlobItemProperties.getDestinationSnapshot()"
summary: "Get the destination<wbr>Snapshot property: The destination<wbr>Snapshot property."
syntax: "public String getDestinationSnapshot()"
desc: "Get the destinationSnapshot property: The destinationSnapshot property."
returns:
description: "the destinationSnapshot value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getETag()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getETag()"
name: "getETag()"
nameWithType: "BlobItemProperties.getETag()"
summary: "Get the e<wbr>Tag property: The e<wbr>Tag 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.BlobItemProperties.getEncryptionScope()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getEncryptionScope()"
name: "getEncryptionScope()"
nameWithType: "BlobItemProperties.getEncryptionScope()"
summary: "Get the encryption<wbr>Scope property: The name of the encryption scope under which the blob is encrypted."
syntax: "public String getEncryptionScope()"
desc: "Get the encryptionScope property: The name of the encryption scope under which the blob is encrypted."
returns:
description: "the encryptionScope value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getExpiryTime()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getExpiryTime()"
name: "getExpiryTime()"
nameWithType: "BlobItemProperties.getExpiryTime()"
summary: "Get the expiry<wbr>Time property: The Expiry-Time property."
syntax: "public OffsetDateTime getExpiryTime()"
desc: "Get the expiryTime property: The Expiry-Time property."
returns:
description: "the expiryTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getImmutabilityPolicy()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getImmutabilityPolicy()"
name: "getImmutabilityPolicy()"
nameWithType: "BlobItemProperties.getImmutabilityPolicy()"
summary: "Get the immutability<wbr>Policy property: The Immutability<wbr>Policy<wbr>Until<wbr>Date and Immutability<wbr>Policy<wbr>Mode property."
syntax: "public BlobImmutabilityPolicy getImmutabilityPolicy()"
desc: "Get the immutabilityPolicy property: The ImmutabilityPolicyUntilDate and ImmutabilityPolicyMode property."
returns:
description: "the immutabilityPolicy value."
type: "<xref href=\"com.azure.storage.blob.models.BlobImmutabilityPolicy?alt=com.azure.storage.blob.models.BlobImmutabilityPolicy&text=BlobImmutabilityPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getLastAccessedTime()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getLastAccessedTime()"
name: "getLastAccessedTime()"
nameWithType: "BlobItemProperties.getLastAccessedTime()"
summary: "Get the last<wbr>Accessed<wbr>Time property: The last<wbr>Accessed<wbr>Time property."
syntax: "public OffsetDateTime getLastAccessedTime()"
desc: "Get the lastAccessedTime property: The lastAccessedTime property."
returns:
description: "the lastAccessedTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getLastModified()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getLastModified()"
name: "getLastModified()"
nameWithType: "BlobItemProperties.getLastModified()"
summary: "Get the last<wbr>Modified property: The last<wbr>Modified property."
syntax: "public OffsetDateTime getLastModified()"
desc: "Get the lastModified property: The lastModified 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.BlobItemProperties.getLeaseDuration()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getLeaseDuration()"
name: "getLeaseDuration()"
nameWithType: "BlobItemProperties.getLeaseDuration()"
summary: "Get the lease<wbr>Duration property: Possible values include: 'infinite', 'fixed'."
syntax: "public LeaseDurationType getLeaseDuration()"
desc: "Get the leaseDuration property: Possible values include: 'infinite', 'fixed'."
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.BlobItemProperties.getLeaseState()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getLeaseState()"
name: "getLeaseState()"
nameWithType: "BlobItemProperties.getLeaseState()"
summary: "Get the lease<wbr>State property: Possible values include: 'available', 'leased', 'expired', 'breaking', 'broken'."
syntax: "public LeaseStateType getLeaseState()"
desc: "Get the leaseState property: Possible values include: 'available', 'leased', 'expired', 'breaking', 'broken'."
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.BlobItemProperties.getLeaseStatus()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getLeaseStatus()"
name: "getLeaseStatus()"
nameWithType: "BlobItemProperties.getLeaseStatus()"
summary: "Get the lease<wbr>Status property: Possible values include: 'locked', 'unlocked'."
syntax: "public LeaseStatusType getLeaseStatus()"
desc: "Get the leaseStatus property: Possible values include: 'locked', 'unlocked'."
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.BlobItemProperties.getRehydratePriority()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getRehydratePriority()"
name: "getRehydratePriority()"
nameWithType: "BlobItemProperties.getRehydratePriority()"
summary: "Get the rehydrate<wbr>Priority property: Possible values include: 'High', 'Standard'."
syntax: "public RehydratePriority getRehydratePriority()"
desc: "Get the rehydratePriority property: Possible values include: 'High', 'Standard'."
returns:
description: "the rehydratePriority value."
type: "<xref href=\"com.azure.storage.blob.models.RehydratePriority?alt=com.azure.storage.blob.models.RehydratePriority&text=RehydratePriority\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getRemainingRetentionDays()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getRemainingRetentionDays()"
name: "getRemainingRetentionDays()"
nameWithType: "BlobItemProperties.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.BlobItemProperties.getTagCount()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getTagCount()"
name: "getTagCount()"
nameWithType: "BlobItemProperties.getTagCount()"
summary: "Get the tag<wbr>Count property: The tag<wbr>Count property."
syntax: "public Integer getTagCount()"
desc: "Get the tagCount property: The tagCount property."
returns:
description: "the tagCount value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.storage.blob.models.BlobItemProperties.hasLegalHold()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.hasLegalHold()"
name: "hasLegalHold()"
nameWithType: "BlobItemProperties.hasLegalHold()"
summary: "Get the has<wbr>Legal<wbr>Hold property: The Legal<wbr>Hold property."
syntax: "public Boolean hasLegalHold()"
desc: "Get the hasLegalHold property: The LegalHold 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.BlobItemProperties.isAccessTierInferred()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.isAccessTierInferred()"
name: "isAccessTierInferred()"
nameWithType: "BlobItemProperties.isAccessTierInferred()"
summary: "Get the access<wbr>Tier<wbr>Inferred property: The access<wbr>Tier<wbr>Inferred property."
syntax: "public Boolean isAccessTierInferred()"
desc: "Get the accessTierInferred property: The accessTierInferred property."
returns:
description: "the accessTierInferred value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.storage.blob.models.BlobItemProperties.isIncrementalCopy()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.isIncrementalCopy()"
name: "isIncrementalCopy()"
nameWithType: "BlobItemProperties.isIncrementalCopy()"
summary: "Get the incremental<wbr>Copy property: The incremental<wbr>Copy property."
syntax: "public Boolean isIncrementalCopy()"
desc: "Get the incrementalCopy property: The incrementalCopy property."
returns:
description: "the incrementalCopy value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.storage.blob.models.BlobItemProperties.isSealed()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.isSealed()"
name: "isSealed()"
nameWithType: "BlobItemProperties.isSealed()"
summary: "Get the sealed property: The sealed property."
syntax: "public Boolean isSealed()"
desc: "Get the sealed property: The sealed property."
returns:
description: "Whether or not the blob is sealed (marked as read only). This is only applicable for Append blobs."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.storage.blob.models.BlobItemProperties.isServerEncrypted()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.isServerEncrypted()"
name: "isServerEncrypted()"
nameWithType: "BlobItemProperties.isServerEncrypted()"
summary: "Get the server<wbr>Encrypted property: The server<wbr>Encrypted property."
syntax: "public Boolean isServerEncrypted()"
desc: "Get the serverEncrypted property: The serverEncrypted property."
returns:
description: "the serverEncrypted value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setAccessTier(com.azure.storage.blob.models.AccessTier)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setAccessTier(AccessTier accessTier)"
name: "setAccessTier(AccessTier accessTier)"
nameWithType: "BlobItemProperties.setAccessTier(AccessTier accessTier)"
summary: "Set the access<wbr>Tier property: Possible values include: 'P4', 'P6', 'P10', 'P15', 'P20', 'P30', 'P40', 'P50', 'P60', 'P70', 'P80', 'Hot', 'Cool', 'Archive'."
parameters:
- description: "the accessTier value to set."
name: "accessTier"
type: "<xref href=\"com.azure.storage.blob.models.AccessTier?alt=com.azure.storage.blob.models.AccessTier&text=AccessTier\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BlobItemProperties setAccessTier(AccessTier accessTier)"
desc: "Set the accessTier property: Possible values include: 'P4', 'P6', 'P10', 'P15', 'P20', 'P30', 'P40', 'P50', 'P60', 'P70', 'P80', 'Hot', 'Cool', 'Archive'."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setAccessTierChangeTime(java.time.OffsetDateTime)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setAccessTierChangeTime(OffsetDateTime accessTierChangeTime)"
name: "setAccessTierChangeTime(OffsetDateTime accessTierChangeTime)"
nameWithType: "BlobItemProperties.setAccessTierChangeTime(OffsetDateTime accessTierChangeTime)"
summary: "Set the access<wbr>Tier<wbr>Change<wbr>Time property: The access<wbr>Tier<wbr>Change<wbr>Time property."
parameters:
- description: "the accessTierChangeTime value to set."
name: "accessTierChangeTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public BlobItemProperties setAccessTierChangeTime(OffsetDateTime accessTierChangeTime)"
desc: "Set the accessTierChangeTime property: The accessTierChangeTime property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setAccessTierInferred(java.lang.Boolean)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setAccessTierInferred(Boolean accessTierInferred)"
name: "setAccessTierInferred(Boolean accessTierInferred)"
nameWithType: "BlobItemProperties.setAccessTierInferred(Boolean accessTierInferred)"
summary: "Set the access<wbr>Tier<wbr>Inferred property: The access<wbr>Tier<wbr>Inferred property."
parameters:
- description: "the accessTierInferred value to set."
name: "accessTierInferred"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public BlobItemProperties setAccessTierInferred(Boolean accessTierInferred)"
desc: "Set the accessTierInferred property: The accessTierInferred property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setArchiveStatus(com.azure.storage.blob.models.ArchiveStatus)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setArchiveStatus(ArchiveStatus archiveStatus)"
name: "setArchiveStatus(ArchiveStatus archiveStatus)"
nameWithType: "BlobItemProperties.setArchiveStatus(ArchiveStatus archiveStatus)"
summary: "Set the archive<wbr>Status property: Possible values include: 'rehydrate-pending-to-hot', 'rehydrate-pending-to-cool'."
parameters:
- description: "the archiveStatus value to set."
name: "archiveStatus"
type: "<xref href=\"com.azure.storage.blob.models.ArchiveStatus?alt=com.azure.storage.blob.models.ArchiveStatus&text=ArchiveStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BlobItemProperties setArchiveStatus(ArchiveStatus archiveStatus)"
desc: "Set the archiveStatus property: Possible values include: 'rehydrate-pending-to-hot', 'rehydrate-pending-to-cool'."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setBlobSequenceNumber(java.lang.Long)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setBlobSequenceNumber(Long blobSequenceNumber)"
name: "setBlobSequenceNumber(Long blobSequenceNumber)"
nameWithType: "BlobItemProperties.setBlobSequenceNumber(Long blobSequenceNumber)"
summary: "Set the blob<wbr>Sequence<wbr>Number property: The blob<wbr>Sequence<wbr>Number property."
parameters:
- description: "the blobSequenceNumber value to set."
name: "blobSequenceNumber"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public BlobItemProperties setBlobSequenceNumber(Long blobSequenceNumber)"
desc: "Set the blobSequenceNumber property: The blobSequenceNumber property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setBlobType(com.azure.storage.blob.models.BlobType)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setBlobType(BlobType blobType)"
name: "setBlobType(BlobType blobType)"
nameWithType: "BlobItemProperties.setBlobType(BlobType blobType)"
summary: "Set the blob<wbr>Type property: Possible values include: 'Block<wbr>Blob', 'Page<wbr>Blob', 'Append<wbr>Blob'."
parameters:
- description: "the blobType value to set."
name: "blobType"
type: "<xref href=\"com.azure.storage.blob.models.BlobType?alt=com.azure.storage.blob.models.BlobType&text=BlobType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BlobItemProperties setBlobType(BlobType blobType)"
desc: "Set the blobType property: Possible values include: 'BlockBlob', 'PageBlob', 'AppendBlob'."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setCacheControl(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setCacheControl(String cacheControl)"
name: "setCacheControl(String cacheControl)"
nameWithType: "BlobItemProperties.setCacheControl(String cacheControl)"
summary: "Set the cache<wbr>Control property: The cache<wbr>Control property."
parameters:
- description: "the cacheControl value to set."
name: "cacheControl"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobItemProperties setCacheControl(String cacheControl)"
desc: "Set the cacheControl property: The cacheControl property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setContentDisposition(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setContentDisposition(String contentDisposition)"
name: "setContentDisposition(String contentDisposition)"
nameWithType: "BlobItemProperties.setContentDisposition(String contentDisposition)"
summary: "Set the content<wbr>Disposition property: The content<wbr>Disposition property."
parameters:
- description: "the contentDisposition value to set."
name: "contentDisposition"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobItemProperties setContentDisposition(String contentDisposition)"
desc: "Set the contentDisposition property: The contentDisposition property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setContentEncoding(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setContentEncoding(String contentEncoding)"
name: "setContentEncoding(String contentEncoding)"
nameWithType: "BlobItemProperties.setContentEncoding(String contentEncoding)"
summary: "Set the content<wbr>Encoding property: The content<wbr>Encoding property."
parameters:
- description: "the contentEncoding value to set."
name: "contentEncoding"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobItemProperties setContentEncoding(String contentEncoding)"
desc: "Set the contentEncoding property: The contentEncoding property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setContentLanguage(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setContentLanguage(String contentLanguage)"
name: "setContentLanguage(String contentLanguage)"
nameWithType: "BlobItemProperties.setContentLanguage(String contentLanguage)"
summary: "Set the content<wbr>Language property: The content<wbr>Language property."
parameters:
- description: "the contentLanguage value to set."
name: "contentLanguage"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobItemProperties setContentLanguage(String contentLanguage)"
desc: "Set the contentLanguage property: The contentLanguage property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setContentLength(java.lang.Long)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setContentLength(Long contentLength)"
name: "setContentLength(Long contentLength)"
nameWithType: "BlobItemProperties.setContentLength(Long contentLength)"
summary: "Set the content<wbr>Length property: Size in bytes."
parameters:
- description: "the contentLength value to set."
name: "contentLength"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public BlobItemProperties setContentLength(Long contentLength)"
desc: "Set the contentLength property: Size in bytes."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setContentMd5(byte[])"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setContentMd5(byte[] contentMd5)"
name: "setContentMd5(byte[] contentMd5)"
nameWithType: "BlobItemProperties.setContentMd5(byte[] contentMd5)"
summary: "Set the content<wbr>Md5 property: The content<wbr>Md5 property."
parameters:
- description: "the contentMd5 value to set."
name: "contentMd5"
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
syntax: "public BlobItemProperties setContentMd5(byte[] contentMd5)"
desc: "Set the contentMd5 property: The contentMd5 property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setContentType(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setContentType(String contentType)"
name: "setContentType(String contentType)"
nameWithType: "BlobItemProperties.setContentType(String contentType)"
summary: "Set the content<wbr>Type property: The content<wbr>Type property."
parameters:
- description: "the contentType value to set."
name: "contentType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobItemProperties setContentType(String contentType)"
desc: "Set the contentType property: The contentType property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setCopyCompletionTime(java.time.OffsetDateTime)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setCopyCompletionTime(OffsetDateTime copyCompletionTime)"
name: "setCopyCompletionTime(OffsetDateTime copyCompletionTime)"
nameWithType: "BlobItemProperties.setCopyCompletionTime(OffsetDateTime copyCompletionTime)"
summary: "Set the copy<wbr>Completion<wbr>Time property: The copy<wbr>Completion<wbr>Time property."
parameters:
- description: "the copyCompletionTime value to set."
name: "copyCompletionTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public BlobItemProperties setCopyCompletionTime(OffsetDateTime copyCompletionTime)"
desc: "Set the copyCompletionTime property: The copyCompletionTime property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setCopyId(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setCopyId(String copyId)"
name: "setCopyId(String copyId)"
nameWithType: "BlobItemProperties.setCopyId(String copyId)"
summary: "Set the copy<wbr>Id property: The copy<wbr>Id property."
parameters:
- description: "the copyId value to set."
name: "copyId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobItemProperties setCopyId(String copyId)"
desc: "Set the copyId property: The copyId property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setCopyProgress(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setCopyProgress(String copyProgress)"
name: "setCopyProgress(String copyProgress)"
nameWithType: "BlobItemProperties.setCopyProgress(String copyProgress)"
summary: "Set the copy<wbr>Progress property: The copy<wbr>Progress property."
parameters:
- description: "the copyProgress value to set."
name: "copyProgress"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobItemProperties setCopyProgress(String copyProgress)"
desc: "Set the copyProgress property: The copyProgress property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setCopySource(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setCopySource(String copySource)"
name: "setCopySource(String copySource)"
nameWithType: "BlobItemProperties.setCopySource(String copySource)"
summary: "Set the copy<wbr>Source property: The copy<wbr>Source property."
parameters:
- description: "the copySource value to set."
name: "copySource"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobItemProperties setCopySource(String copySource)"
desc: "Set the copySource property: The copySource property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setCopyStatus(com.azure.storage.blob.models.CopyStatusType)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setCopyStatus(CopyStatusType copyStatus)"
name: "setCopyStatus(CopyStatusType copyStatus)"
nameWithType: "BlobItemProperties.setCopyStatus(CopyStatusType copyStatus)"
summary: "Set the copy<wbr>Status property: Possible values include: 'pending', 'success', 'aborted', 'failed'."
parameters:
- description: "the copyStatus value to set."
name: "copyStatus"
type: "<xref href=\"com.azure.storage.blob.models.CopyStatusType?alt=com.azure.storage.blob.models.CopyStatusType&text=CopyStatusType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BlobItemProperties setCopyStatus(CopyStatusType copyStatus)"
desc: "Set the copyStatus property: Possible values include: 'pending', 'success', 'aborted', 'failed'."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setCopyStatusDescription(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setCopyStatusDescription(String copyStatusDescription)"
name: "setCopyStatusDescription(String copyStatusDescription)"
nameWithType: "BlobItemProperties.setCopyStatusDescription(String copyStatusDescription)"
summary: "Set the copy<wbr>Status<wbr>Description property: The copy<wbr>Status<wbr>Description property."
parameters:
- description: "the copyStatusDescription value to set."
name: "copyStatusDescription"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobItemProperties setCopyStatusDescription(String copyStatusDescription)"
desc: "Set the copyStatusDescription property: The copyStatusDescription property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setCreationTime(java.time.OffsetDateTime)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setCreationTime(OffsetDateTime creationTime)"
name: "setCreationTime(OffsetDateTime creationTime)"
nameWithType: "BlobItemProperties.setCreationTime(OffsetDateTime creationTime)"
summary: "Set the creation<wbr>Time property: The creation<wbr>Time property."
parameters:
- description: "the creationTime value to set."
name: "creationTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public BlobItemProperties setCreationTime(OffsetDateTime creationTime)"
desc: "Set the creationTime property: The creationTime property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setCustomerProvidedKeySha256(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setCustomerProvidedKeySha256(String customerProvidedKeySha256)"
name: "setCustomerProvidedKeySha256(String customerProvidedKeySha256)"
nameWithType: "BlobItemProperties.setCustomerProvidedKeySha256(String customerProvidedKeySha256)"
summary: "Set the customer<wbr>Provided<wbr>Key<wbr>Sha256 property: The customer<wbr>Provided<wbr>Key<wbr>Sha256 property."
parameters:
- description: "the customerProvidedKeySha256 value to set."
name: "customerProvidedKeySha256"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobItemProperties setCustomerProvidedKeySha256(String customerProvidedKeySha256)"
desc: "Set the customerProvidedKeySha256 property: The customerProvidedKeySha256 property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setDeletedTime(java.time.OffsetDateTime)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setDeletedTime(OffsetDateTime deletedTime)"
name: "setDeletedTime(OffsetDateTime deletedTime)"
nameWithType: "BlobItemProperties.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 BlobItemProperties setDeletedTime(OffsetDateTime deletedTime)"
desc: "Set the deletedTime property: The deletedTime property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setDestinationSnapshot(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setDestinationSnapshot(String destinationSnapshot)"
name: "setDestinationSnapshot(String destinationSnapshot)"
nameWithType: "BlobItemProperties.setDestinationSnapshot(String destinationSnapshot)"
summary: "Set the destination<wbr>Snapshot property: The destination<wbr>Snapshot property."
parameters:
- description: "the destinationSnapshot value to set."
name: "destinationSnapshot"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobItemProperties setDestinationSnapshot(String destinationSnapshot)"
desc: "Set the destinationSnapshot property: The destinationSnapshot property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setETag(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setETag(String eTag)"
name: "setETag(String eTag)"
nameWithType: "BlobItemProperties.setETag(String eTag)"
summary: "Set the e<wbr>Tag property: The e<wbr>Tag 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 BlobItemProperties setETag(String eTag)"
desc: "Set the eTag property: The eTag property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setEncryptionScope(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setEncryptionScope(String encryptionScope)"
name: "setEncryptionScope(String encryptionScope)"
nameWithType: "BlobItemProperties.setEncryptionScope(String encryptionScope)"
summary: "Set the encryption<wbr>Scope property: The name of the encryption scope under which the blob is encrypted."
parameters:
- description: "the encryptionScope value to set."
name: "encryptionScope"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobItemProperties setEncryptionScope(String encryptionScope)"
desc: "Set the encryptionScope property: The name of the encryption scope under which the blob is encrypted."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setExpiryTime(java.time.OffsetDateTime)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setExpiryTime(OffsetDateTime expiryTime)"
name: "setExpiryTime(OffsetDateTime expiryTime)"
nameWithType: "BlobItemProperties.setExpiryTime(OffsetDateTime expiryTime)"
summary: "Set the expiry<wbr>Time property: The Expiry-Time property."
parameters:
- description: "the expiryTime value to set."
name: "expiryTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public BlobItemProperties setExpiryTime(OffsetDateTime expiryTime)"
desc: "Set the expiryTime property: The Expiry-Time property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setHasLegalHold(java.lang.Boolean)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setHasLegalHold(Boolean hasLegalHold)"
name: "setHasLegalHold(Boolean hasLegalHold)"
nameWithType: "BlobItemProperties.setHasLegalHold(Boolean hasLegalHold)"
summary: "Set the has<wbr>Legal<wbr>Hold property: The 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 BlobItemProperties setHasLegalHold(Boolean hasLegalHold)"
desc: "Set the hasLegalHold property: The LegalHold property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setImmutabilityPolicy(com.azure.storage.blob.models.BlobImmutabilityPolicy)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setImmutabilityPolicy(BlobImmutabilityPolicy immutabilityPolicy)"
name: "setImmutabilityPolicy(BlobImmutabilityPolicy immutabilityPolicy)"
nameWithType: "BlobItemProperties.setImmutabilityPolicy(BlobImmutabilityPolicy immutabilityPolicy)"
summary: "Set the immutability<wbr>Policy property: The Immutability<wbr>Policy<wbr>Until<wbr>Date and Immutability<wbr>Policy<wbr>Mode property."
parameters:
- description: "the immutabilityPolicy value to set."
name: "immutabilityPolicy"
type: "<xref href=\"com.azure.storage.blob.models.BlobImmutabilityPolicy?alt=com.azure.storage.blob.models.BlobImmutabilityPolicy&text=BlobImmutabilityPolicy\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BlobItemProperties setImmutabilityPolicy(BlobImmutabilityPolicy immutabilityPolicy)"
desc: "Set the immutabilityPolicy property: The ImmutabilityPolicyUntilDate and ImmutabilityPolicyMode property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setIncrementalCopy(java.lang.Boolean)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setIncrementalCopy(Boolean incrementalCopy)"
name: "setIncrementalCopy(Boolean incrementalCopy)"
nameWithType: "BlobItemProperties.setIncrementalCopy(Boolean incrementalCopy)"
summary: "Set the incremental<wbr>Copy property: The incremental<wbr>Copy property."
parameters:
- description: "the incrementalCopy value to set."
name: "incrementalCopy"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public BlobItemProperties setIncrementalCopy(Boolean incrementalCopy)"
desc: "Set the incrementalCopy property: The incrementalCopy property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setLastAccessedTime(java.time.OffsetDateTime)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setLastAccessedTime(OffsetDateTime lastAccessedTime)"
name: "setLastAccessedTime(OffsetDateTime lastAccessedTime)"
nameWithType: "BlobItemProperties.setLastAccessedTime(OffsetDateTime lastAccessedTime)"
summary: "Set the last<wbr>Accessed<wbr>Time property: The last<wbr>Accessed<wbr>Time property."
parameters:
- description: "the lastAccessedTime value to set."
name: "lastAccessedTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public BlobItemProperties setLastAccessedTime(OffsetDateTime lastAccessedTime)"
desc: "Set the lastAccessedTime property: The lastAccessedTime property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setLastModified(java.time.OffsetDateTime)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setLastModified(OffsetDateTime lastModified)"
name: "setLastModified(OffsetDateTime lastModified)"
nameWithType: "BlobItemProperties.setLastModified(OffsetDateTime lastModified)"
summary: "Set the last<wbr>Modified property: The last<wbr>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 BlobItemProperties setLastModified(OffsetDateTime lastModified)"
desc: "Set the lastModified property: The lastModified property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setLeaseDuration(com.azure.storage.blob.models.LeaseDurationType)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setLeaseDuration(LeaseDurationType leaseDuration)"
name: "setLeaseDuration(LeaseDurationType leaseDuration)"
nameWithType: "BlobItemProperties.setLeaseDuration(LeaseDurationType leaseDuration)"
summary: "Set the lease<wbr>Duration property: Possible values include: 'infinite', 'fixed'."
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 BlobItemProperties setLeaseDuration(LeaseDurationType leaseDuration)"
desc: "Set the leaseDuration property: Possible values include: 'infinite', 'fixed'."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setLeaseState(com.azure.storage.blob.models.LeaseStateType)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setLeaseState(LeaseStateType leaseState)"
name: "setLeaseState(LeaseStateType leaseState)"
nameWithType: "BlobItemProperties.setLeaseState(LeaseStateType leaseState)"
summary: "Set the lease<wbr>State property: Possible values include: 'available', 'leased', 'expired', 'breaking', 'broken'."
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 BlobItemProperties setLeaseState(LeaseStateType leaseState)"
desc: "Set the leaseState property: Possible values include: 'available', 'leased', 'expired', 'breaking', 'broken'."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setLeaseStatus(com.azure.storage.blob.models.LeaseStatusType)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setLeaseStatus(LeaseStatusType leaseStatus)"
name: "setLeaseStatus(LeaseStatusType leaseStatus)"
nameWithType: "BlobItemProperties.setLeaseStatus(LeaseStatusType leaseStatus)"
summary: "Set the lease<wbr>Status property: Possible values include: 'locked', 'unlocked'."
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 BlobItemProperties setLeaseStatus(LeaseStatusType leaseStatus)"
desc: "Set the leaseStatus property: Possible values include: 'locked', 'unlocked'."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setRehydratePriority(com.azure.storage.blob.models.RehydratePriority)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setRehydratePriority(RehydratePriority rehydratePriority)"
name: "setRehydratePriority(RehydratePriority rehydratePriority)"
nameWithType: "BlobItemProperties.setRehydratePriority(RehydratePriority rehydratePriority)"
summary: "Set the rehydrate<wbr>Priority property: Possible values include: 'High', 'Standard'."
parameters:
- description: "the rehydratePriority value to set."
name: "rehydratePriority"
type: "<xref href=\"com.azure.storage.blob.models.RehydratePriority?alt=com.azure.storage.blob.models.RehydratePriority&text=RehydratePriority\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BlobItemProperties setRehydratePriority(RehydratePriority rehydratePriority)"
desc: "Set the rehydratePriority property: Possible values include: 'High', 'Standard'."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setRemainingRetentionDays(java.lang.Integer)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setRemainingRetentionDays(Integer remainingRetentionDays)"
name: "setRemainingRetentionDays(Integer remainingRetentionDays)"
nameWithType: "BlobItemProperties.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 BlobItemProperties setRemainingRetentionDays(Integer remainingRetentionDays)"
desc: "Set the remainingRetentionDays property: The remainingRetentionDays property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setSealed(java.lang.Boolean)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setSealed(Boolean sealed)"
name: "setSealed(Boolean sealed)"
nameWithType: "BlobItemProperties.setSealed(Boolean sealed)"
summary: "Set the sealed property: The sealed property."
parameters:
- description: "Whether or not the blob is sealed (marked as read only). This is only applicable for Append\n blobs."
name: "sealed"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public BlobItemProperties setSealed(Boolean sealed)"
desc: "Set the sealed property: The sealed property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setServerEncrypted(java.lang.Boolean)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setServerEncrypted(Boolean serverEncrypted)"
name: "setServerEncrypted(Boolean serverEncrypted)"
nameWithType: "BlobItemProperties.setServerEncrypted(Boolean serverEncrypted)"
summary: "Set the server<wbr>Encrypted property: The server<wbr>Encrypted property."
parameters:
- description: "the serverEncrypted value to set."
name: "serverEncrypted"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public BlobItemProperties setServerEncrypted(Boolean serverEncrypted)"
desc: "Set the serverEncrypted property: The serverEncrypted property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobItemProperties.setTagCount(java.lang.Integer)"
fullName: "com.azure.storage.blob.models.BlobItemProperties.setTagCount(Integer tagCount)"
name: "setTagCount(Integer tagCount)"
nameWithType: "BlobItemProperties.setTagCount(Integer tagCount)"
summary: "Set the tag<wbr>Count property: The tag<wbr>Count property."
parameters:
- description: "the tagCount value to set."
name: "tagCount"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public BlobItemProperties setTagCount(Integer tagCount)"
desc: "Set the tagCount property: The tagCount property."
returns:
description: "the BlobItemProperties object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobItemProperties?alt=com.azure.storage.blob.models.BlobItemProperties&text=BlobItemProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Properties of a blob."
metadata: {}
package: "com.azure.storage.blob.models"
artifact: com.azure:azure-storage-blob:12.27.1