public class PageBlobItem extends Object
Constructor and Description |
---|
PageBlobItem(String eTag,
OffsetDateTime lastModified,
byte[] contentMd5,
Boolean isServerEncrypted,
String encryptionKeySha256,
Long blobSequenceNumber)
Constructs a
PageBlobItem . |
Modifier and Type | Method and Description |
---|---|
Long |
getBlobSequenceNumber() |
byte[] |
getContentMd5() |
String |
getEncryptionKeySha256() |
String |
getETag() |
OffsetDateTime |
getLastModified() |
Boolean |
isServerEncrypted() |
public PageBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, Boolean isServerEncrypted, String encryptionKeySha256, Long blobSequenceNumber)
PageBlobItem
.eTag
- ETag of the page blob.lastModified
- Last modified time of the page blob.contentMd5
- Content MD5 of the page blob.isServerEncrypted
- Flag indicating if the page blob is encrypted on the server.encryptionKeySha256
- The encryption key used to encrypt the page blob.blobSequenceNumber
- The current sequence number for the page blob.public String getETag()
public OffsetDateTime getLastModified()
public Boolean isServerEncrypted()
public String getEncryptionKeySha256()
public byte[] getContentMd5()
public Long getBlobSequenceNumber()
Copyright © 2019 Microsoft Corporation. All rights reserved.