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