AppendBlobItem Class
- java.
lang. Object - com.
azure. storage. blob. models. AppendBlobItem
- com.
public class AppendBlobItem
This class contains the properties about an append blob.
Constructor Summary
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getBlobAppendOffset()
Gets the offset of the append blob. |
Integer |
getBlobCommittedBlockCount()
Gets the number of committed blocks in the append blob. |
byte[] |
getContentMd5()
Gets the calculated MD5 of the append blob. |
String |
getEncryptionKeySha256()
Gets the key that was used to encrypt the append blob. |
String |
getEncryptionScope()
Gets the encryption scope that was used to encrypt the append blob. |
String |
getETag()
Gets the e |
Offset |
getLastModified()
Gets the time this append blob was last modified. |
String |
getVersionId()
Gets the version identifier of the append blob. |
boolean |
isServerEncrypted()
Gets the encryption status of the append blob on the server. |
Methods inherited from java.lang.Object
Constructor Details
AppendBlobItem
public AppendBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, boolean isServerEncrypted, String encryptionKeySha256, String blobAppendOffset, Integer blobCommittedBlockCount)
Constructs an AppendBlobItem.
Parameters:
AppendBlobItem
public AppendBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, boolean isServerEncrypted, String encryptionKeySha256, String encryptionScope, String blobAppendOffset, Integer blobCommittedBlockCount)
Constructs an AppendBlobItem.
Parameters:
AppendBlobItem
public AppendBlobItem(String eTag, OffsetDateTime lastModified, byte[] contentMd5, boolean isServerEncrypted, String encryptionKeySha256, String encryptionScope, String blobAppendOffset, Integer blobCommittedBlockCount, String versionId)
Constructs an AppendBlobItem.
Parameters:
Method Details
getBlobAppendOffset
public String getBlobAppendOffset()
Gets the offset of the append blob.
Returns:
getBlobCommittedBlockCount
public Integer getBlobCommittedBlockCount()
Gets the number of committed blocks in the append blob.
Returns:
getContentMd5
public byte[] getContentMd5()
Gets the calculated MD5 of the append blob.
Returns:
getEncryptionKeySha256
public String getEncryptionKeySha256()
Gets the key that was used to encrypt the append blob.
Returns:
getEncryptionScope
public String getEncryptionScope()
Gets the encryption scope that was used to encrypt the append blob.
Returns:
getETag
public String getETag()
Gets the eTag of the append blob.
Returns:
getLastModified
public OffsetDateTime getLastModified()
Gets the time this append blob was last modified.
Returns:
getVersionId
public String getVersionId()
Gets the version identifier of the append blob.
Returns:
isServerEncrypted
public boolean isServerEncrypted()
Gets the encryption status of the append blob on the server.
Returns: