public class AppendBlobItem extends Object
Constructor and Description |
---|
AppendBlobItem(String eTag,
OffsetDateTime lastModified,
byte[] contentMd5,
boolean isServerEncrypted,
String encryptionKeySha256,
String blobAppendOffset,
Integer blobCommittedBlockCount)
Constructs an
AppendBlobItem . |
Modifier and Type | Method and Description |
---|---|
String |
getBlobAppendOffset() |
Integer |
getBlobCommittedBlockCount() |
byte[] |
getContentMd5() |
String |
getEncryptionKeySha256() |
String |
getETag() |
OffsetDateTime |
getLastModified() |
boolean |
isServerEncrypted() |
public AppendBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, boolean isServerEncrypted, String encryptionKeySha256, String blobAppendOffset, Integer blobCommittedBlockCount)
AppendBlobItem
.eTag
- ETag of the append blob.lastModified
- Last modified time of the append blob.contentMd5
- Content MD5 of the append blob.isServerEncrypted
- Flag indicating if the page blob is encrypted on the server.encryptionKeySha256
- The encryption key used to encrypt the page blob.blobAppendOffset
- The offset at which the block was committed to the block blob.blobCommittedBlockCount
- The number of committed blocks in the block blob.public String getETag()
public OffsetDateTime getLastModified()
public boolean isServerEncrypted()
public String getEncryptionKeySha256()
public byte[] getContentMd5()
public String getBlobAppendOffset()
public Integer getBlobCommittedBlockCount()
Copyright © 2019 Microsoft Corporation. All rights reserved.