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() |
Integer | getBlobCommittedBlockCount() |
byte[] | getContentMd5() |
String | getETag() |
String | getEncryptionKeySha256() |
String | getEncryptionScope() |
Offset |
getLastModified() |
String | getVersionId() |
boolean | isServerEncrypted() |
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()
Returns:
getBlobCommittedBlockCount
public Integer getBlobCommittedBlockCount()
Returns:
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