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() |
byte[] | getContentMd5() |
String | getETag() |
String | getEncryptionKeySha256() |
String | getEncryptionScope() |
Offset |
getLastModified() |
String | getVersionId() |
Boolean | isServerEncrypted() |
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()
Returns:
getContentMd5
public byte[] getContentMd5()
Returns:
getETag
public String getETag()
Returns:
getEncryptionKeySha256
public String getEncryptionKeySha256()
Returns:
getEncryptionScope
public String getEncryptionScope()
Returns:
getLastModified
public OffsetDateTime getLastModified()
Returns:
getVersionId
public String getVersionId()
Returns:
isServerEncrypted
public Boolean isServerEncrypted()
Returns:
Applies to
Azure SDK for Java