BlockBlobItem Class
- java.
lang. Object - com.
azure. storage. blob. models. BlockBlobItem
- com.
public class BlockBlobItem
This class contains the properties about a block blob.
Constructor Summary
Method Summary
Modifier and Type | Method and Description |
---|---|
byte[] | getContentMd5() |
String | getETag() |
String | getEncryptionKeySha256() |
String | getEncryptionScope() |
Offset |
getLastModified() |
String | getVersionId() |
Boolean | isServerEncrypted() |
Methods inherited from java.lang.Object
Constructor Details
BlockBlobItem
@Deprecated
public BlockBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, boolean isServerEncrypted, String encryptionKeySha256)
Deprecated
Constructs a BlockBlobItem.
Parameters:
BlockBlobItem
@Deprecated
public BlockBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, boolean isServerEncrypted, String encryptionKeySha256, String encryptionScope)
Deprecated
Constructs a BlockBlobItem.
Parameters:
BlockBlobItem
@Deprecated
public BlockBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, boolean isServerEncrypted, String encryptionKeySha256, String encryptionScope, String versionId)
Deprecated
Constructs a BlockBlobItem.
Parameters:
BlockBlobItem
public BlockBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, Boolean isServerEncrypted, String encryptionKeySha256, String encryptionScope, String versionId)
Constructs a BlockBlobItem.
Parameters:
Method Details
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