BlobItem Class
Definition
An Azure Storage blob.
public final class BlobItem
- Inheritance
-
java.lang.ObjectBlobItem
Inherited Members
Constructors
| BlobItem() |
Methods
| getMetadata() |
Get the metadata property: The metadata property. |
| getName() |
Get the name property: The name property. |
| getObjectReplicationSourcePolicies() |
Get the objectReplicationSourcePolicies property: The objectReplicationSourcePolicies property. |
| getProperties() |
Get the properties property: The properties property. |
| getSnapshot() |
Get the snapshot property: The snapshot property. |
| getTags() |
Get the tags property: The tags property. |
| getVersionId() |
Get the versionId property: The versionId property. |
| hasVersionsOnly() |
Get the hasVersionsOnly property: The HasVersionsOnly property. |
| isCurrentVersion() |
Get the isCurrentVersion property: The isCurrentVersion property. |
| isDeleted() |
Get the deleted property: The deleted property. |
| isPrefix() |
Get the isPrefix property: If blobs are named to mimic a directory hierarchy (i.e. path elements separated by a delimiter), this property may be used to determine if the |
| setCurrentVersion(Boolean isCurrentVersion) |
Set the isCurrentVersion property: The isCurrentVersion property. |
| setDeleted(boolean deleted) |
Set the deleted property: The deleted property. |
| setHasVersionsOnly(Boolean hasVersionsOnly) |
Set the hasVersionsOnly property: The HasVersionsOnly property. |
| setIsPrefix(Boolean isPrefix) |
Set the isPrefix property: The isPrefix property. |
| setMetadata(Map<String,String> metadata) |
Set the metadata property: The metadata property. |
| setName(String name) |
Set the name property: The name property. |
| setObjectReplicationSourcePolicies(List<ObjectReplicationPolicy> objectReplicationSourcePolicies) |
Set the objectReplicationSourcePolicies property: The objectReplicationSourcePolicies property. |
| setProperties(BlobItemProperties properties) |
Set the properties property: The properties property. |
| setSnapshot(String snapshot) |
Set the snapshot property: The snapshot property. |
| setTags(Map<String,String> tags) |
Set the tags property: The tags property. |
| setVersionId(String versionId) |
Set the versionId property: The versionId property. |