### 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:
- ""
inheritedClassMethods:
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "equals"
- "finalize"
- "getClass"
- "hashCode"
- "notify"
- "notifyAll"
- "toString"
- "wait"
- "wait"
- "wait"
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 ."
syntax: "public BlobItemProperties()"
desc: "Constructs a new instance of ."
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 accessTier 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: ""
- uid: "com.azure.storage.blob.models.BlobItemProperties.getAccessTierChangeTime()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getAccessTierChangeTime()"
name: "getAccessTierChangeTime()"
nameWithType: "BlobItemProperties.getAccessTierChangeTime()"
summary: "Get the accessTierChangeTime property: The accessTierChangeTime property."
syntax: "public OffsetDateTime getAccessTierChangeTime()"
desc: "Get the accessTierChangeTime property: The accessTierChangeTime property."
returns:
description: "the accessTierChangeTime value."
type: "OffsetDateTime"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getArchiveStatus()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getArchiveStatus()"
name: "getArchiveStatus()"
nameWithType: "BlobItemProperties.getArchiveStatus()"
summary: "Get the archiveStatus 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: ""
- uid: "com.azure.storage.blob.models.BlobItemProperties.getBlobSequenceNumber()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getBlobSequenceNumber()"
name: "getBlobSequenceNumber()"
nameWithType: "BlobItemProperties.getBlobSequenceNumber()"
summary: "Get the blobSequenceNumber property: The blobSequenceNumber property."
syntax: "public Long getBlobSequenceNumber()"
desc: "Get the blobSequenceNumber property: The blobSequenceNumber property."
returns:
description: "the blobSequenceNumber value."
type: "Long"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getBlobType()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getBlobType()"
name: "getBlobType()"
nameWithType: "BlobItemProperties.getBlobType()"
summary: "Get the blobType property: Possible values include: 'BlockBlob', 'PageBlob', 'AppendBlob'."
syntax: "public BlobType getBlobType()"
desc: "Get the blobType property: Possible values include: 'BlockBlob', 'PageBlob', 'AppendBlob'."
returns:
description: "the blobType value."
type: ""
- uid: "com.azure.storage.blob.models.BlobItemProperties.getCacheControl()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getCacheControl()"
name: "getCacheControl()"
nameWithType: "BlobItemProperties.getCacheControl()"
summary: "Get the cacheControl property: The cacheControl property."
syntax: "public String getCacheControl()"
desc: "Get the cacheControl property: The cacheControl property."
returns:
description: "the cacheControl value."
type: "String"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getContentDisposition()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getContentDisposition()"
name: "getContentDisposition()"
nameWithType: "BlobItemProperties.getContentDisposition()"
summary: "Get the contentDisposition property: The contentDisposition property."
syntax: "public String getContentDisposition()"
desc: "Get the contentDisposition property: The contentDisposition property."
returns:
description: "the contentDisposition value."
type: "String"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getContentEncoding()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getContentEncoding()"
name: "getContentEncoding()"
nameWithType: "BlobItemProperties.getContentEncoding()"
summary: "Get the contentEncoding property: The contentEncoding property."
syntax: "public String getContentEncoding()"
desc: "Get the contentEncoding property: The contentEncoding property."
returns:
description: "the contentEncoding value."
type: "String"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getContentLanguage()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getContentLanguage()"
name: "getContentLanguage()"
nameWithType: "BlobItemProperties.getContentLanguage()"
summary: "Get the contentLanguage property: The contentLanguage property."
syntax: "public String getContentLanguage()"
desc: "Get the contentLanguage property: The contentLanguage property."
returns:
description: "the contentLanguage value."
type: "String"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getContentLength()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getContentLength()"
name: "getContentLength()"
nameWithType: "BlobItemProperties.getContentLength()"
summary: "Get the contentLength property: Size in bytes."
syntax: "public Long getContentLength()"
desc: "Get the contentLength property: Size in bytes."
returns:
description: "the contentLength value."
type: "Long"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getContentMd5()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getContentMd5()"
name: "getContentMd5()"
nameWithType: "BlobItemProperties.getContentMd5()"
summary: "Get the contentMd5 property: The contentMd5 property."
syntax: "public byte[] getContentMd5()"
desc: "Get the contentMd5 property: The contentMd5 property."
returns:
description: "the contentMd5 value."
type: "[]"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getContentType()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getContentType()"
name: "getContentType()"
nameWithType: "BlobItemProperties.getContentType()"
summary: "Get the contentType property: The contentType property."
syntax: "public String getContentType()"
desc: "Get the contentType property: The contentType property."
returns:
description: "the contentType value."
type: "String"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getCopyCompletionTime()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getCopyCompletionTime()"
name: "getCopyCompletionTime()"
nameWithType: "BlobItemProperties.getCopyCompletionTime()"
summary: "Get the copyCompletionTime property: The copyCompletionTime property."
syntax: "public OffsetDateTime getCopyCompletionTime()"
desc: "Get the copyCompletionTime property: The copyCompletionTime property."
returns:
description: "the copyCompletionTime value."
type: "OffsetDateTime"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getCopyId()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getCopyId()"
name: "getCopyId()"
nameWithType: "BlobItemProperties.getCopyId()"
summary: "Get the copyId property: The copyId property."
syntax: "public String getCopyId()"
desc: "Get the copyId property: The copyId property."
returns:
description: "the copyId value."
type: "String"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getCopyProgress()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getCopyProgress()"
name: "getCopyProgress()"
nameWithType: "BlobItemProperties.getCopyProgress()"
summary: "Get the copyProgress property: The copyProgress property."
syntax: "public String getCopyProgress()"
desc: "Get the copyProgress property: The copyProgress property."
returns:
description: "the copyProgress value."
type: "String"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getCopySource()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getCopySource()"
name: "getCopySource()"
nameWithType: "BlobItemProperties.getCopySource()"
summary: "Get the copySource property: The copySource property."
syntax: "public String getCopySource()"
desc: "Get the copySource property: The copySource property."
returns:
description: "the copySource value."
type: "String"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getCopyStatus()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getCopyStatus()"
name: "getCopyStatus()"
nameWithType: "BlobItemProperties.getCopyStatus()"
summary: "Get the copyStatus 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: ""
- uid: "com.azure.storage.blob.models.BlobItemProperties.getCopyStatusDescription()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getCopyStatusDescription()"
name: "getCopyStatusDescription()"
nameWithType: "BlobItemProperties.getCopyStatusDescription()"
summary: "Get the copyStatusDescription property: The copyStatusDescription property."
syntax: "public String getCopyStatusDescription()"
desc: "Get the copyStatusDescription property: The copyStatusDescription property."
returns:
description: "the copyStatusDescription value."
type: "String"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getCreationTime()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getCreationTime()"
name: "getCreationTime()"
nameWithType: "BlobItemProperties.getCreationTime()"
summary: "Get the creationTime property: The creationTime property."
syntax: "public OffsetDateTime getCreationTime()"
desc: "Get the creationTime property: The creationTime property."
returns:
description: "the creationTime value."
type: "OffsetDateTime"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getCustomerProvidedKeySha256()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getCustomerProvidedKeySha256()"
name: "getCustomerProvidedKeySha256()"
nameWithType: "BlobItemProperties.getCustomerProvidedKeySha256()"
summary: "Get the customerProvidedKeySha256 property: The customerProvidedKeySha256 property."
syntax: "public String getCustomerProvidedKeySha256()"
desc: "Get the customerProvidedKeySha256 property: The customerProvidedKeySha256 property."
returns:
description: "the customerProvidedKeySha256 value."
type: "String"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getDeletedTime()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getDeletedTime()"
name: "getDeletedTime()"
nameWithType: "BlobItemProperties.getDeletedTime()"
summary: "Get the deletedTime property: The deletedTime property."
syntax: "public OffsetDateTime getDeletedTime()"
desc: "Get the deletedTime property: The deletedTime property."
returns:
description: "the deletedTime value."
type: "OffsetDateTime"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getDestinationSnapshot()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getDestinationSnapshot()"
name: "getDestinationSnapshot()"
nameWithType: "BlobItemProperties.getDestinationSnapshot()"
summary: "Get the destinationSnapshot property: The destinationSnapshot property."
syntax: "public String getDestinationSnapshot()"
desc: "Get the destinationSnapshot property: The destinationSnapshot property."
returns:
description: "the destinationSnapshot value."
type: "String"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getETag()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getETag()"
name: "getETag()"
nameWithType: "BlobItemProperties.getETag()"
summary: "Get the eTag property: The eTag property."
syntax: "public String getETag()"
desc: "Get the eTag property: The eTag property."
returns:
description: "the eTag value."
type: "String"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getEncryptionScope()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getEncryptionScope()"
name: "getEncryptionScope()"
nameWithType: "BlobItemProperties.getEncryptionScope()"
summary: "Get the encryptionScope 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: "String"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getExpiryTime()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getExpiryTime()"
name: "getExpiryTime()"
nameWithType: "BlobItemProperties.getExpiryTime()"
summary: "Get the expiryTime property: The Expiry-Time property."
syntax: "public OffsetDateTime getExpiryTime()"
desc: "Get the expiryTime property: The Expiry-Time property."
returns:
description: "the expiryTime value."
type: "OffsetDateTime"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getImmutabilityPolicy()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getImmutabilityPolicy()"
name: "getImmutabilityPolicy()"
nameWithType: "BlobItemProperties.getImmutabilityPolicy()"
summary: "Get the immutabilityPolicy property: The ImmutabilityPolicyUntilDate and ImmutabilityPolicyMode property."
syntax: "public BlobImmutabilityPolicy getImmutabilityPolicy()"
desc: "Get the immutabilityPolicy property: The ImmutabilityPolicyUntilDate and ImmutabilityPolicyMode property."
returns:
description: "the immutabilityPolicy value."
type: ""
- uid: "com.azure.storage.blob.models.BlobItemProperties.getLastAccessedTime()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getLastAccessedTime()"
name: "getLastAccessedTime()"
nameWithType: "BlobItemProperties.getLastAccessedTime()"
summary: "Get the lastAccessedTime property: The lastAccessedTime property."
syntax: "public OffsetDateTime getLastAccessedTime()"
desc: "Get the lastAccessedTime property: The lastAccessedTime property."
returns:
description: "the lastAccessedTime value."
type: "OffsetDateTime"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getLastModified()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getLastModified()"
name: "getLastModified()"
nameWithType: "BlobItemProperties.getLastModified()"
summary: "Get the lastModified property: The lastModified property."
syntax: "public OffsetDateTime getLastModified()"
desc: "Get the lastModified property: The lastModified property."
returns:
description: "the lastModified value."
type: "OffsetDateTime"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getLeaseDuration()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getLeaseDuration()"
name: "getLeaseDuration()"
nameWithType: "BlobItemProperties.getLeaseDuration()"
summary: "Get the leaseDuration 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: ""
- uid: "com.azure.storage.blob.models.BlobItemProperties.getLeaseState()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getLeaseState()"
name: "getLeaseState()"
nameWithType: "BlobItemProperties.getLeaseState()"
summary: "Get the leaseState 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: ""
- uid: "com.azure.storage.blob.models.BlobItemProperties.getLeaseStatus()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getLeaseStatus()"
name: "getLeaseStatus()"
nameWithType: "BlobItemProperties.getLeaseStatus()"
summary: "Get the leaseStatus 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: ""
- uid: "com.azure.storage.blob.models.BlobItemProperties.getRehydratePriority()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getRehydratePriority()"
name: "getRehydratePriority()"
nameWithType: "BlobItemProperties.getRehydratePriority()"
summary: "Get the rehydratePriority 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: ""
- uid: "com.azure.storage.blob.models.BlobItemProperties.getRemainingRetentionDays()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getRemainingRetentionDays()"
name: "getRemainingRetentionDays()"
nameWithType: "BlobItemProperties.getRemainingRetentionDays()"
summary: "Get the remainingRetentionDays property: The remainingRetentionDays property."
syntax: "public Integer getRemainingRetentionDays()"
desc: "Get the remainingRetentionDays property: The remainingRetentionDays property."
returns:
description: "the remainingRetentionDays value."
type: "Integer"
- uid: "com.azure.storage.blob.models.BlobItemProperties.getTagCount()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.getTagCount()"
name: "getTagCount()"
nameWithType: "BlobItemProperties.getTagCount()"
summary: "Get the tagCount property: The tagCount property."
syntax: "public Integer getTagCount()"
desc: "Get the tagCount property: The tagCount property."
returns:
description: "the tagCount value."
type: "Integer"
- uid: "com.azure.storage.blob.models.BlobItemProperties.hasLegalHold()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.hasLegalHold()"
name: "hasLegalHold()"
nameWithType: "BlobItemProperties.hasLegalHold()"
summary: "Get the hasLegalHold property: The LegalHold property."
syntax: "public Boolean hasLegalHold()"
desc: "Get the hasLegalHold property: The LegalHold property."
returns:
description: "the hasLegalHold value."
type: "Boolean"
- uid: "com.azure.storage.blob.models.BlobItemProperties.isAccessTierInferred()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.isAccessTierInferred()"
name: "isAccessTierInferred()"
nameWithType: "BlobItemProperties.isAccessTierInferred()"
summary: "Get the accessTierInferred property: The accessTierInferred property."
syntax: "public Boolean isAccessTierInferred()"
desc: "Get the accessTierInferred property: The accessTierInferred property."
returns:
description: "the accessTierInferred value."
type: "Boolean"
- uid: "com.azure.storage.blob.models.BlobItemProperties.isIncrementalCopy()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.isIncrementalCopy()"
name: "isIncrementalCopy()"
nameWithType: "BlobItemProperties.isIncrementalCopy()"
summary: "Get the incrementalCopy property: The incrementalCopy property."
syntax: "public Boolean isIncrementalCopy()"
desc: "Get the incrementalCopy property: The incrementalCopy property."
returns:
description: "the incrementalCopy value."
type: "Boolean"
- 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: "Boolean"
- uid: "com.azure.storage.blob.models.BlobItemProperties.isServerEncrypted()"
fullName: "com.azure.storage.blob.models.BlobItemProperties.isServerEncrypted()"
name: "isServerEncrypted()"
nameWithType: "BlobItemProperties.isServerEncrypted()"
summary: "Get the serverEncrypted property: The serverEncrypted property."
syntax: "public Boolean isServerEncrypted()"
desc: "Get the serverEncrypted property: The serverEncrypted property."
returns:
description: "the serverEncrypted value."
type: "Boolean"
- 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 accessTier 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: ""
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: ""
- 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 accessTierChangeTime property: The accessTierChangeTime property."
parameters:
- description: "the accessTierChangeTime value to set."
name: "accessTierChangeTime"
type: "OffsetDateTime"
syntax: "public BlobItemProperties setAccessTierChangeTime(OffsetDateTime accessTierChangeTime)"
desc: "Set the accessTierChangeTime property: The accessTierChangeTime property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 accessTierInferred property: The accessTierInferred property."
parameters:
- description: "the accessTierInferred value to set."
name: "accessTierInferred"
type: "Boolean"
syntax: "public BlobItemProperties setAccessTierInferred(Boolean accessTierInferred)"
desc: "Set the accessTierInferred property: The accessTierInferred property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 archiveStatus property: Possible values include: 'rehydrate-pending-to-hot', 'rehydrate-pending-to-cool'."
parameters:
- description: "the archiveStatus value to set."
name: "archiveStatus"
type: ""
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: ""
- 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 blobSequenceNumber property: The blobSequenceNumber property."
parameters:
- description: "the blobSequenceNumber value to set."
name: "blobSequenceNumber"
type: "Long"
syntax: "public BlobItemProperties setBlobSequenceNumber(Long blobSequenceNumber)"
desc: "Set the blobSequenceNumber property: The blobSequenceNumber property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 blobType property: Possible values include: 'BlockBlob', 'PageBlob', 'AppendBlob'."
parameters:
- description: "the blobType value to set."
name: "blobType"
type: ""
syntax: "public BlobItemProperties setBlobType(BlobType blobType)"
desc: "Set the blobType property: Possible values include: 'BlockBlob', 'PageBlob', 'AppendBlob'."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 cacheControl property: The cacheControl property."
parameters:
- description: "the cacheControl value to set."
name: "cacheControl"
type: "String"
syntax: "public BlobItemProperties setCacheControl(String cacheControl)"
desc: "Set the cacheControl property: The cacheControl property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 contentDisposition property: The contentDisposition property."
parameters:
- description: "the contentDisposition value to set."
name: "contentDisposition"
type: "String"
syntax: "public BlobItemProperties setContentDisposition(String contentDisposition)"
desc: "Set the contentDisposition property: The contentDisposition property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 contentEncoding property: The contentEncoding property."
parameters:
- description: "the contentEncoding value to set."
name: "contentEncoding"
type: "String"
syntax: "public BlobItemProperties setContentEncoding(String contentEncoding)"
desc: "Set the contentEncoding property: The contentEncoding property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 contentLanguage property: The contentLanguage property."
parameters:
- description: "the contentLanguage value to set."
name: "contentLanguage"
type: "String"
syntax: "public BlobItemProperties setContentLanguage(String contentLanguage)"
desc: "Set the contentLanguage property: The contentLanguage property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 contentLength property: Size in bytes."
parameters:
- description: "the contentLength value to set."
name: "contentLength"
type: "Long"
syntax: "public BlobItemProperties setContentLength(Long contentLength)"
desc: "Set the contentLength property: Size in bytes."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 contentMd5 property: The contentMd5 property."
parameters:
- description: "the contentMd5 value to set."
name: "contentMd5"
type: "[]"
syntax: "public BlobItemProperties setContentMd5(byte[] contentMd5)"
desc: "Set the contentMd5 property: The contentMd5 property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 contentType property: The contentType property."
parameters:
- description: "the contentType value to set."
name: "contentType"
type: "String"
syntax: "public BlobItemProperties setContentType(String contentType)"
desc: "Set the contentType property: The contentType property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 copyCompletionTime property: The copyCompletionTime property."
parameters:
- description: "the copyCompletionTime value to set."
name: "copyCompletionTime"
type: "OffsetDateTime"
syntax: "public BlobItemProperties setCopyCompletionTime(OffsetDateTime copyCompletionTime)"
desc: "Set the copyCompletionTime property: The copyCompletionTime property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 copyId property: The copyId property."
parameters:
- description: "the copyId value to set."
name: "copyId"
type: "String"
syntax: "public BlobItemProperties setCopyId(String copyId)"
desc: "Set the copyId property: The copyId property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 copyProgress property: The copyProgress property."
parameters:
- description: "the copyProgress value to set."
name: "copyProgress"
type: "String"
syntax: "public BlobItemProperties setCopyProgress(String copyProgress)"
desc: "Set the copyProgress property: The copyProgress property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 copySource property: The copySource property."
parameters:
- description: "the copySource value to set."
name: "copySource"
type: "String"
syntax: "public BlobItemProperties setCopySource(String copySource)"
desc: "Set the copySource property: The copySource property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 copyStatus property: Possible values include: 'pending', 'success', 'aborted', 'failed'."
parameters:
- description: "the copyStatus value to set."
name: "copyStatus"
type: ""
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: ""
- 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 copyStatusDescription property: The copyStatusDescription property."
parameters:
- description: "the copyStatusDescription value to set."
name: "copyStatusDescription"
type: "String"
syntax: "public BlobItemProperties setCopyStatusDescription(String copyStatusDescription)"
desc: "Set the copyStatusDescription property: The copyStatusDescription property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 creationTime property: The creationTime property."
parameters:
- description: "the creationTime value to set."
name: "creationTime"
type: "OffsetDateTime"
syntax: "public BlobItemProperties setCreationTime(OffsetDateTime creationTime)"
desc: "Set the creationTime property: The creationTime property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 customerProvidedKeySha256 property: The customerProvidedKeySha256 property."
parameters:
- description: "the customerProvidedKeySha256 value to set."
name: "customerProvidedKeySha256"
type: "String"
syntax: "public BlobItemProperties setCustomerProvidedKeySha256(String customerProvidedKeySha256)"
desc: "Set the customerProvidedKeySha256 property: The customerProvidedKeySha256 property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 deletedTime property: The deletedTime property."
parameters:
- description: "the deletedTime value to set."
name: "deletedTime"
type: "OffsetDateTime"
syntax: "public BlobItemProperties setDeletedTime(OffsetDateTime deletedTime)"
desc: "Set the deletedTime property: The deletedTime property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 destinationSnapshot property: The destinationSnapshot property."
parameters:
- description: "the destinationSnapshot value to set."
name: "destinationSnapshot"
type: "String"
syntax: "public BlobItemProperties setDestinationSnapshot(String destinationSnapshot)"
desc: "Set the destinationSnapshot property: The destinationSnapshot property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 eTag property: The eTag property."
parameters:
- description: "the eTag value to set."
name: "eTag"
type: "String"
syntax: "public BlobItemProperties setETag(String eTag)"
desc: "Set the eTag property: The eTag property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 encryptionScope property: The name of the encryption scope under which the blob is encrypted."
parameters:
- description: "the encryptionScope value to set."
name: "encryptionScope"
type: "String"
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: ""
- 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 expiryTime property: The Expiry-Time property."
parameters:
- description: "the expiryTime value to set."
name: "expiryTime"
type: "OffsetDateTime"
syntax: "public BlobItemProperties setExpiryTime(OffsetDateTime expiryTime)"
desc: "Set the expiryTime property: The Expiry-Time property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 hasLegalHold property: The LegalHold property."
parameters:
- description: "the hasLegalHold value to set."
name: "hasLegalHold"
type: "Boolean"
syntax: "public BlobItemProperties setHasLegalHold(Boolean hasLegalHold)"
desc: "Set the hasLegalHold property: The LegalHold property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 immutabilityPolicy property: The ImmutabilityPolicyUntilDate and ImmutabilityPolicyMode property."
parameters:
- description: "the immutabilityPolicy value to set."
name: "immutabilityPolicy"
type: ""
syntax: "public BlobItemProperties setImmutabilityPolicy(BlobImmutabilityPolicy immutabilityPolicy)"
desc: "Set the immutabilityPolicy property: The ImmutabilityPolicyUntilDate and ImmutabilityPolicyMode property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 incrementalCopy property: The incrementalCopy property."
parameters:
- description: "the incrementalCopy value to set."
name: "incrementalCopy"
type: "Boolean"
syntax: "public BlobItemProperties setIncrementalCopy(Boolean incrementalCopy)"
desc: "Set the incrementalCopy property: The incrementalCopy property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 lastAccessedTime property: The lastAccessedTime property."
parameters:
- description: "the lastAccessedTime value to set."
name: "lastAccessedTime"
type: "OffsetDateTime"
syntax: "public BlobItemProperties setLastAccessedTime(OffsetDateTime lastAccessedTime)"
desc: "Set the lastAccessedTime property: The lastAccessedTime property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 lastModified property: The lastModified property."
parameters:
- description: "the lastModified value to set."
name: "lastModified"
type: "OffsetDateTime"
syntax: "public BlobItemProperties setLastModified(OffsetDateTime lastModified)"
desc: "Set the lastModified property: The lastModified property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 leaseDuration property: Possible values include: 'infinite', 'fixed'."
parameters:
- description: "the leaseDuration value to set."
name: "leaseDuration"
type: ""
syntax: "public BlobItemProperties setLeaseDuration(LeaseDurationType leaseDuration)"
desc: "Set the leaseDuration property: Possible values include: 'infinite', 'fixed'."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 leaseState property: Possible values include: 'available', 'leased', 'expired', 'breaking', 'broken'."
parameters:
- description: "the leaseState value to set."
name: "leaseState"
type: ""
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: ""
- 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 leaseStatus property: Possible values include: 'locked', 'unlocked'."
parameters:
- description: "the leaseStatus value to set."
name: "leaseStatus"
type: ""
syntax: "public BlobItemProperties setLeaseStatus(LeaseStatusType leaseStatus)"
desc: "Set the leaseStatus property: Possible values include: 'locked', 'unlocked'."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 rehydratePriority property: Possible values include: 'High', 'Standard'."
parameters:
- description: "the rehydratePriority value to set."
name: "rehydratePriority"
type: ""
syntax: "public BlobItemProperties setRehydratePriority(RehydratePriority rehydratePriority)"
desc: "Set the rehydratePriority property: Possible values include: 'High', 'Standard'."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 remainingRetentionDays property: The remainingRetentionDays property."
parameters:
- description: "the remainingRetentionDays value to set."
name: "remainingRetentionDays"
type: "Integer"
syntax: "public BlobItemProperties setRemainingRetentionDays(Integer remainingRetentionDays)"
desc: "Set the remainingRetentionDays property: The remainingRetentionDays property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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: "Boolean"
syntax: "public BlobItemProperties setSealed(Boolean sealed)"
desc: "Set the sealed property: The sealed property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 serverEncrypted property: The serverEncrypted property."
parameters:
- description: "the serverEncrypted value to set."
name: "serverEncrypted"
type: "Boolean"
syntax: "public BlobItemProperties setServerEncrypted(Boolean serverEncrypted)"
desc: "Set the serverEncrypted property: The serverEncrypted property."
returns:
description: "the BlobItemProperties object itself."
type: ""
- 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 tagCount property: The tagCount property."
parameters:
- description: "the tagCount value to set."
name: "tagCount"
type: "Integer"
syntax: "public BlobItemProperties setTagCount(Integer tagCount)"
desc: "Set the tagCount property: The tagCount property."
returns:
description: "the BlobItemProperties object itself."
type: ""
type: "class"
desc: "Properties of a blob."
metadata: {}
package: "com.azure.storage.blob.models"
artifact: com.azure:azure-storage-blob:12.28.1