public class PageBlobItem extends Object
| Constructor and Description |
|---|
PageBlobItem(String eTag,
OffsetDateTime lastModified,
byte[] contentMd5,
Boolean isServerEncrypted,
String encryptionKeySha256,
Long blobSequenceNumber)
Constructs a
PageBlobItem. |
PageBlobItem(String eTag,
OffsetDateTime lastModified,
byte[] contentMd5,
Boolean isServerEncrypted,
String encryptionKeySha256,
String encryptionScope,
Long blobSequenceNumber)
Constructs a
PageBlobItem. |
PageBlobItem(String eTag,
OffsetDateTime lastModified,
byte[] contentMd5,
Boolean isServerEncrypted,
String encryptionKeySha256,
String encryptionScope,
Long blobSequenceNumber,
String versionId)
Constructs a
PageBlobItem. |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBlobSequenceNumber() |
byte[] |
getContentMd5() |
String |
getEncryptionKeySha256() |
String |
getEncryptionScope() |
String |
getETag() |
OffsetDateTime |
getLastModified() |
String |
getVersionId() |
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 PageBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, Boolean isServerEncrypted, String encryptionKeySha256, String encryptionScope, 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.encryptionScope - The encryption scope used to encrypt the page blob.blobSequenceNumber - The current sequence number for the page blob.public PageBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, Boolean isServerEncrypted, String encryptionKeySha256, String encryptionScope, Long blobSequenceNumber, String versionId)
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.encryptionScope - The encryption scope used to encrypt the page blob.blobSequenceNumber - The current sequence number for the page blob.versionId - The version identifier of the page blob.public String getETag()
public OffsetDateTime getLastModified()
public Boolean isServerEncrypted()
public String getEncryptionKeySha256()
public String getEncryptionScope()
public byte[] getContentMd5()
public Long getBlobSequenceNumber()
public String getVersionId()
Copyright © 2020 Microsoft Corporation. All rights reserved.