Uses of Class
com.azure.storage.blob.models.BlobItemProperties
Packages that use BlobItemProperties
Package
Description
Package containing the data models for AzureBlobStorage.
-
Uses of BlobItemProperties in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return BlobItemPropertiesModifier and TypeMethodDescriptionBlobItem.getProperties()Get the properties property: The properties property.BlobItemProperties.setAccessTier(AccessTier accessTier) Set the accessTier property: Possible values include: 'P4', 'P6', 'P10', 'P15', 'P20', 'P30', 'P40', 'P50', 'P60', 'P70', 'P80', 'Hot', 'Cool', 'Archive'.BlobItemProperties.setAccessTierChangeTime(OffsetDateTime accessTierChangeTime) Set the accessTierChangeTime property: The accessTierChangeTime property.BlobItemProperties.setAccessTierInferred(Boolean accessTierInferred) Set the accessTierInferred property: The accessTierInferred property.BlobItemProperties.setArchiveStatus(ArchiveStatus archiveStatus) Set the archiveStatus property: Possible values include: 'rehydrate-pending-to-hot', 'rehydrate-pending-to-cool'.BlobItemProperties.setBlobSequenceNumber(Long blobSequenceNumber) Set the blobSequenceNumber property: The blobSequenceNumber property.BlobItemProperties.setBlobType(BlobType blobType) Set the blobType property: Possible values include: 'BlockBlob', 'PageBlob', 'AppendBlob'.BlobItemProperties.setCacheControl(String cacheControl) Set the cacheControl property: The cacheControl property.BlobItemProperties.setContentDisposition(String contentDisposition) Set the contentDisposition property: The contentDisposition property.BlobItemProperties.setContentEncoding(String contentEncoding) Set the contentEncoding property: The contentEncoding property.BlobItemProperties.setContentLanguage(String contentLanguage) Set the contentLanguage property: The contentLanguage property.BlobItemProperties.setContentLength(Long contentLength) Set the contentLength property: Size in bytes.BlobItemProperties.setContentMd5(byte[] contentMd5) Set the contentMd5 property: The contentMd5 property.BlobItemProperties.setContentType(String contentType) Set the contentType property: The contentType property.BlobItemProperties.setCopyCompletionTime(OffsetDateTime copyCompletionTime) Set the copyCompletionTime property: The copyCompletionTime property.Set the copyId property: The copyId property.BlobItemProperties.setCopyProgress(String copyProgress) Set the copyProgress property: The copyProgress property.BlobItemProperties.setCopySource(String copySource) Set the copySource property: The copySource property.BlobItemProperties.setCopyStatus(CopyStatusType copyStatus) Set the copyStatus property: Possible values include: 'pending', 'success', 'aborted', 'failed'.BlobItemProperties.setCopyStatusDescription(String copyStatusDescription) Set the copyStatusDescription property: The copyStatusDescription property.BlobItemProperties.setCreationTime(OffsetDateTime creationTime) Set the creationTime property: The creationTime property.BlobItemProperties.setCustomerProvidedKeySha256(String customerProvidedKeySha256) Set the customerProvidedKeySha256 property: The customerProvidedKeySha256 property.BlobItemProperties.setDeletedTime(OffsetDateTime deletedTime) Set the deletedTime property: The deletedTime property.BlobItemProperties.setDestinationSnapshot(String destinationSnapshot) Set the destinationSnapshot property: The destinationSnapshot property.BlobItemProperties.setEncryptionScope(String encryptionScope) Set the encryptionScope property: The name of the encryption scope under which the blob is encrypted.Set the eTag property: The eTag property.BlobItemProperties.setExpiryTime(OffsetDateTime expiryTime) Set the expiryTime property: The Expiry-Time property.BlobItemProperties.setHasLegalHold(Boolean hasLegalHold) Set the hasLegalHold property: The LegalHold property.BlobItemProperties.setImmutabilityPolicy(BlobImmutabilityPolicy immutabilityPolicy) Set the immutabilityPolicy property: The ImmutabilityPolicyUntilDate and ImmutabilityPolicyMode property.BlobItemProperties.setIncrementalCopy(Boolean incrementalCopy) Set the incrementalCopy property: The incrementalCopy property.BlobItemProperties.setLastAccessedTime(OffsetDateTime lastAccessedTime) Set the lastAccessedTime property: The lastAccessedTime property.BlobItemProperties.setLastModified(OffsetDateTime lastModified) Set the lastModified property: The lastModified property.BlobItemProperties.setLeaseDuration(LeaseDurationType leaseDuration) Set the leaseDuration property: Possible values include: 'infinite', 'fixed'.BlobItemProperties.setLeaseState(LeaseStateType leaseState) Set the leaseState property: Possible values include: 'available', 'leased', 'expired', 'breaking', 'broken'.BlobItemProperties.setLeaseStatus(LeaseStatusType leaseStatus) Set the leaseStatus property: Possible values include: 'locked', 'unlocked'.BlobItemProperties.setRehydratePriority(RehydratePriority rehydratePriority) Set the rehydratePriority property: Possible values include: 'High', 'Standard'.BlobItemProperties.setRemainingRetentionDays(Integer remainingRetentionDays) Set the remainingRetentionDays property: The remainingRetentionDays property.Set the sealed property: The sealed property.BlobItemProperties.setServerEncrypted(Boolean serverEncrypted) Set the serverEncrypted property: The serverEncrypted property.BlobItemProperties.setTagCount(Integer tagCount) Set the tagCount property: The tagCount property.Methods in com.azure.storage.blob.models with parameters of type BlobItemPropertiesModifier and TypeMethodDescriptionBlobItem.setProperties(BlobItemProperties properties) Set the properties property: The properties property.