Package | Description |
---|---|
com.azure.storage.blob.models |
Package containing classes for AzureBlobStorage.
|
Modifier and Type | Method and Description |
---|---|
BlobItemProperties |
BlobItem.getProperties()
Get the properties property: The properties property.
|
BlobItemProperties |
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 |
BlobItemProperties.setAccessTierChangeTime(OffsetDateTime accessTierChangeTime)
Set the accessTierChangeTime property: The accessTierChangeTime
property.
|
BlobItemProperties |
BlobItemProperties.setAccessTierInferred(Boolean accessTierInferred)
Set the accessTierInferred property: The accessTierInferred property.
|
BlobItemProperties |
BlobItemProperties.setArchiveStatus(ArchiveStatus archiveStatus)
Set the archiveStatus property: Possible values include:
'rehydrate-pending-to-hot', 'rehydrate-pending-to-cool'.
|
BlobItemProperties |
BlobItemProperties.setBlobSequenceNumber(Long blobSequenceNumber)
Set the blobSequenceNumber property: The blobSequenceNumber property.
|
BlobItemProperties |
BlobItemProperties.setBlobType(BlobType blobType)
Set the blobType property: Possible values include: 'BlockBlob',
'PageBlob', 'AppendBlob'.
|
BlobItemProperties |
BlobItemProperties.setCacheControl(String cacheControl)
Set the cacheControl property: The cacheControl property.
|
BlobItemProperties |
BlobItemProperties.setContentDisposition(String contentDisposition)
Set the contentDisposition property: The contentDisposition property.
|
BlobItemProperties |
BlobItemProperties.setContentEncoding(String contentEncoding)
Set the contentEncoding property: The contentEncoding property.
|
BlobItemProperties |
BlobItemProperties.setContentLanguage(String contentLanguage)
Set the contentLanguage property: The contentLanguage property.
|
BlobItemProperties |
BlobItemProperties.setContentLength(Long contentLength)
Set the contentLength property: Size in bytes.
|
BlobItemProperties |
BlobItemProperties.setContentMd5(byte[] contentMd5)
Set the contentMd5 property: The contentMd5 property.
|
BlobItemProperties |
BlobItemProperties.setContentType(String contentType)
Set the contentType property: The contentType property.
|
BlobItemProperties |
BlobItemProperties.setCopyCompletionTime(OffsetDateTime copyCompletionTime)
Set the copyCompletionTime property: The copyCompletionTime property.
|
BlobItemProperties |
BlobItemProperties.setCopyId(String copyId)
Set the copyId property: The copyId property.
|
BlobItemProperties |
BlobItemProperties.setCopyProgress(String copyProgress)
Set the copyProgress property: The copyProgress property.
|
BlobItemProperties |
BlobItemProperties.setCopySource(String copySource)
Set the copySource property: The copySource property.
|
BlobItemProperties |
BlobItemProperties.setCopyStatus(CopyStatusType copyStatus)
Set the copyStatus property: Possible values include: 'pending',
'success', 'aborted', 'failed'.
|
BlobItemProperties |
BlobItemProperties.setCopyStatusDescription(String copyStatusDescription)
Set the copyStatusDescription property: The copyStatusDescription
property.
|
BlobItemProperties |
BlobItemProperties.setCreationTime(OffsetDateTime creationTime)
Set the creationTime property: The creationTime property.
|
BlobItemProperties |
BlobItemProperties.setCustomerProvidedKeySha256(String customerProvidedKeySha256)
Set the customerProvidedKeySha256 property: The
customerProvidedKeySha256 property.
|
BlobItemProperties |
BlobItemProperties.setDeletedTime(OffsetDateTime deletedTime)
Set the deletedTime property: The deletedTime property.
|
BlobItemProperties |
BlobItemProperties.setDestinationSnapshot(String destinationSnapshot)
Set the destinationSnapshot property: The destinationSnapshot property.
|
BlobItemProperties |
BlobItemProperties.setETag(String eTag)
Set the eTag property: The eTag property.
|
BlobItemProperties |
BlobItemProperties.setIncrementalCopy(Boolean incrementalCopy)
Set the incrementalCopy property: The incrementalCopy property.
|
BlobItemProperties |
BlobItemProperties.setLastModified(OffsetDateTime lastModified)
Set the lastModified property: The lastModified property.
|
BlobItemProperties |
BlobItemProperties.setLeaseDuration(LeaseDurationType leaseDuration)
Set the leaseDuration property: Possible values include: 'infinite',
'fixed'.
|
BlobItemProperties |
BlobItemProperties.setLeaseState(LeaseStateType leaseState)
Set the leaseState property: Possible values include: 'available',
'leased', 'expired', 'breaking', 'broken'.
|
BlobItemProperties |
BlobItemProperties.setLeaseStatus(LeaseStatusType leaseStatus)
Set the leaseStatus property: Possible values include: 'locked',
'unlocked'.
|
BlobItemProperties |
BlobItemProperties.setRemainingRetentionDays(Integer remainingRetentionDays)
Set the remainingRetentionDays property: The remainingRetentionDays
property.
|
BlobItemProperties |
BlobItemProperties.setServerEncrypted(Boolean serverEncrypted)
Set the serverEncrypted property: The serverEncrypted property.
|
Modifier and Type | Method and Description |
---|---|
BlobItem |
BlobItem.setProperties(BlobItemProperties properties)
Set the properties property: The properties property.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.