Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
BlobProperties |
BlobItem.properties()
Get the properties value.
|
BlobProperties |
BlobProperties.withAccessTier(AccessTier accessTier)
Set the accessTier value.
|
BlobProperties |
BlobProperties.withAccessTierChangeTime(OffsetDateTime accessTierChangeTime)
Set the accessTierChangeTime value.
|
BlobProperties |
BlobProperties.withAccessTierInferred(Boolean accessTierInferred)
Set the accessTierInferred value.
|
BlobProperties |
BlobProperties.withArchiveStatus(ArchiveStatus archiveStatus)
Set the archiveStatus value.
|
BlobProperties |
BlobProperties.withBlobSequenceNumber(Long blobSequenceNumber)
Set the blobSequenceNumber value.
|
BlobProperties |
BlobProperties.withBlobType(BlobType blobType)
Set the blobType value.
|
BlobProperties |
BlobProperties.withCacheControl(String cacheControl)
Set the cacheControl value.
|
BlobProperties |
BlobProperties.withContentDisposition(String contentDisposition)
Set the contentDisposition value.
|
BlobProperties |
BlobProperties.withContentEncoding(String contentEncoding)
Set the contentEncoding value.
|
BlobProperties |
BlobProperties.withContentLanguage(String contentLanguage)
Set the contentLanguage value.
|
BlobProperties |
BlobProperties.withContentLength(Long contentLength)
Set the contentLength value.
|
BlobProperties |
BlobProperties.withContentMD5(byte[] contentMD5)
Set the contentMD5 value.
|
BlobProperties |
BlobProperties.withContentType(String contentType)
Set the contentType value.
|
BlobProperties |
BlobProperties.withCopyCompletionTime(OffsetDateTime copyCompletionTime)
Set the copyCompletionTime value.
|
BlobProperties |
BlobProperties.withCopyId(String copyId)
Set the copyId value.
|
BlobProperties |
BlobProperties.withCopyProgress(String copyProgress)
Set the copyProgress value.
|
BlobProperties |
BlobProperties.withCopySource(String copySource)
Set the copySource value.
|
BlobProperties |
BlobProperties.withCopyStatus(CopyStatusType copyStatus)
Set the copyStatus value.
|
BlobProperties |
BlobProperties.withCopyStatusDescription(String copyStatusDescription)
Set the copyStatusDescription value.
|
BlobProperties |
BlobProperties.withCreationTime(OffsetDateTime creationTime)
Set the creationTime value.
|
BlobProperties |
BlobProperties.withDeletedTime(OffsetDateTime deletedTime)
Set the deletedTime value.
|
BlobProperties |
BlobProperties.withDestinationSnapshot(String destinationSnapshot)
Set the destinationSnapshot value.
|
BlobProperties |
BlobProperties.withEtag(String etag)
Set the etag value.
|
BlobProperties |
BlobProperties.withIncrementalCopy(Boolean incrementalCopy)
Set the incrementalCopy value.
|
BlobProperties |
BlobProperties.withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
BlobProperties |
BlobProperties.withLeaseDuration(LeaseDurationType leaseDuration)
Set the leaseDuration value.
|
BlobProperties |
BlobProperties.withLeaseState(LeaseStateType leaseState)
Set the leaseState value.
|
BlobProperties |
BlobProperties.withLeaseStatus(LeaseStatusType leaseStatus)
Set the leaseStatus value.
|
BlobProperties |
BlobProperties.withRemainingRetentionDays(Integer remainingRetentionDays)
Set the remainingRetentionDays value.
|
BlobProperties |
BlobProperties.withServerEncrypted(Boolean serverEncrypted)
Set the serverEncrypted value.
|
Modifier and Type | Method and Description |
---|---|
BlobItem |
BlobItem.withProperties(BlobProperties properties)
Set the properties value.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.