| Package | Description |
|---|---|
| com.azure.storage.blob.models |
Package containing classes for AzureBlobStorage.
|
| Modifier and Type | Method and Description |
|---|---|
static BlobType |
BlobType.fromString(String value)
Parses a serialized value to a BlobType instance.
|
BlobType |
BlobDownloadHeaders.getBlobType()
Get the blobType property: The blob's type.
|
BlobType |
BlobItemProperties.getBlobType()
Get the blobType property: Possible values include: 'BlockBlob',
'PageBlob', 'AppendBlob'.
|
BlobType |
BlobQueryHeaders.getBlobType()
Get the blobType property: The blob's type.
|
BlobType |
BlobProperties.getBlobType() |
static BlobType |
BlobType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlobType[] |
BlobType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BlobDownloadHeaders |
BlobDownloadHeaders.setBlobType(BlobType blobType)
Set the blobType property: The blob's type.
|
BlobItemProperties |
BlobItemProperties.setBlobType(BlobType blobType)
Set the blobType property: Possible values include: 'BlockBlob',
'PageBlob', 'AppendBlob'.
|
BlobQueryHeaders |
BlobQueryHeaders.setBlobType(BlobType blobType)
Set the blobType property: The blob's type.
|
| Constructor and Description |
|---|
BlobProperties(OffsetDateTime creationTime,
OffsetDateTime lastModified,
String eTag,
long blobSize,
String contentType,
byte[] contentMd5,
String contentEncoding,
String contentDisposition,
String contentLanguage,
String cacheControl,
Long blobSequenceNumber,
BlobType blobType,
LeaseStatusType leaseStatus,
LeaseStateType leaseState,
LeaseDurationType leaseDuration,
String copyId,
CopyStatusType copyStatus,
String copySource,
String copyProgress,
OffsetDateTime copyCompletionTime,
String copyStatusDescription,
Boolean isServerEncrypted,
Boolean isIncrementalCopy,
String copyDestinationSnapshot,
AccessTier accessTier,
Boolean isAccessTierInferred,
ArchiveStatus archiveStatus,
String encryptionKeySha256,
OffsetDateTime accessTierChangeTime,
Map<String,String> metadata,
Integer committedBlockCount)
Constructs a
BlobProperties. |
BlobProperties(OffsetDateTime creationTime,
OffsetDateTime lastModified,
String eTag,
long blobSize,
String contentType,
byte[] contentMd5,
String contentEncoding,
String contentDisposition,
String contentLanguage,
String cacheControl,
Long blobSequenceNumber,
BlobType blobType,
LeaseStatusType leaseStatus,
LeaseStateType leaseState,
LeaseDurationType leaseDuration,
String copyId,
CopyStatusType copyStatus,
String copySource,
String copyProgress,
OffsetDateTime copyCompletionTime,
String copyStatusDescription,
Boolean isServerEncrypted,
Boolean isIncrementalCopy,
String copyDestinationSnapshot,
AccessTier accessTier,
Boolean isAccessTierInferred,
ArchiveStatus archiveStatus,
String encryptionKeySha256,
String encryptionScope,
OffsetDateTime accessTierChangeTime,
Map<String,String> metadata,
Integer committedBlockCount,
Long tagCount,
String versionId,
Boolean isCurrentVersion,
List<ObjectReplicationPolicy> objectReplicationSourcePolicies,
String objectReplicationDestinationPolicyId)
Constructs a
BlobProperties. |
BlobProperties(OffsetDateTime creationTime,
OffsetDateTime lastModified,
String eTag,
long blobSize,
String contentType,
byte[] contentMd5,
String contentEncoding,
String contentDisposition,
String contentLanguage,
String cacheControl,
Long blobSequenceNumber,
BlobType blobType,
LeaseStatusType leaseStatus,
LeaseStateType leaseState,
LeaseDurationType leaseDuration,
String copyId,
CopyStatusType copyStatus,
String copySource,
String copyProgress,
OffsetDateTime copyCompletionTime,
String copyStatusDescription,
Boolean isServerEncrypted,
Boolean isIncrementalCopy,
String copyDestinationSnapshot,
AccessTier accessTier,
Boolean isAccessTierInferred,
ArchiveStatus archiveStatus,
String encryptionKeySha256,
String encryptionScope,
OffsetDateTime accessTierChangeTime,
Map<String,String> metadata,
Integer committedBlockCount,
Long tagCount,
String versionId,
Boolean isCurrentVersion,
List<ObjectReplicationPolicy> objectReplicationSourcePolicies,
String objectReplicationDestinationPolicyId,
RehydratePriority rehydratePriority,
Boolean isSealed,
OffsetDateTime lastAccessedTime,
OffsetDateTime expiresOn)
Constructs a
BlobProperties. |
BlobProperties(OffsetDateTime creationTime,
OffsetDateTime lastModified,
String eTag,
long blobSize,
String contentType,
byte[] contentMd5,
String contentEncoding,
String contentDisposition,
String contentLanguage,
String cacheControl,
Long blobSequenceNumber,
BlobType blobType,
LeaseStatusType leaseStatus,
LeaseStateType leaseState,
LeaseDurationType leaseDuration,
String copyId,
CopyStatusType copyStatus,
String copySource,
String copyProgress,
OffsetDateTime copyCompletionTime,
String copyStatusDescription,
Boolean isServerEncrypted,
Boolean isIncrementalCopy,
String copyDestinationSnapshot,
AccessTier accessTier,
Boolean isAccessTierInferred,
ArchiveStatus archiveStatus,
String encryptionKeySha256,
String encryptionScope,
OffsetDateTime accessTierChangeTime,
Map<String,String> metadata,
Integer committedBlockCount,
String versionId,
Boolean isCurrentVersion,
Long tagCount,
Map<String,String> objectReplicationStatus,
String rehydratePriority,
Boolean isSealed)
Constructs a
BlobProperties. |
Copyright © 2021 Microsoft Corporation. All rights reserved.