PageBlobItem Class
- java.
lang. Object - com.
azure. storage. blob. models. PageBlobItem
- com.
public class PageBlobItem
This class contains the properties about a page blob.
Constructor Summary
Method Summary
Modifier and Type | Method and Description |
---|---|
Long |
getBlobSequenceNumber()
Gets the current sequence number of the page blob. |
byte[] |
getContentMd5()
Gets the MD5 of the page blob's content. |
String |
getEncryptionKeySha256()
Gets the key used to encrypt the page blob. |
String |
getEncryptionScope()
Gets the encryption scope used to encrypt the page blob. |
String |
getETag()
Gets the e |
Offset |
getLastModified()
Gets the time this page blob was last modified. |
String |
getVersionId()
Gets the version identifier of the page blob. |
Boolean |
isServerEncrypted()
Gets the encryption status of the page blob on the server. |
Methods inherited from java.lang.Object
Constructor Details
PageBlobItem
public PageBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, Boolean isServerEncrypted, String encryptionKeySha256, Long blobSequenceNumber)
Constructs a PageBlobItem.
Parameters:
PageBlobItem
public PageBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, Boolean isServerEncrypted, String encryptionKeySha256, String encryptionScope, Long blobSequenceNumber)
Constructs a PageBlobItem.
Parameters:
PageBlobItem
public PageBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, Boolean isServerEncrypted, String encryptionKeySha256, String encryptionScope, Long blobSequenceNumber, String versionId)
Constructs a PageBlobItem.
Parameters:
Method Details
getBlobSequenceNumber
public Long getBlobSequenceNumber()
Gets the current sequence number of the page blob.
Returns:
getContentMd5
public byte[] getContentMd5()
Gets the MD5 of the page blob's content.
Returns:
getEncryptionKeySha256
public String getEncryptionKeySha256()
Gets the key used to encrypt the page blob.
Returns:
getEncryptionScope
public String getEncryptionScope()
Gets the encryption scope used to encrypt the page blob.
Returns:
getETag
public String getETag()
Gets the eTag of the page blob.
Returns:
getLastModified
public OffsetDateTime getLastModified()
Gets the time this page blob was last modified.
Returns:
getVersionId
public String getVersionId()
Gets the version identifier of the page blob.
Returns:
isServerEncrypted
public Boolean isServerEncrypted()
Gets the encryption status of the page blob on the server.
Returns: