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