GET api/Blob?accountId={accountId}&blobName={blobName}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountId | integer |
Required |
|
blobName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CloudBlobName | Description | Type | Additional information |
---|---|---|---|
ServiceClient | CloudBlobClient |
None. |
|
StreamMinimumReadSizeInBytes | integer |
None. |
|
Properties | BlobProperties |
None. |
|
Metadata | Dictionary of string [key] and string [value] |
None. |
|
Uri | URI |
None. |
|
StorageUri | StorageUri |
None. |
|
SnapshotTime | date |
None. |
|
IsSnapshot | boolean |
None. |
|
IsDeleted | boolean |
None. |
|
SnapshotQualifiedUri | URI |
None. |
|
SnapshotQualifiedStorageUri | StorageUri |
None. |
|
CopyState | CopyState |
None. |
|
Name | string |
None. |
|
Container | CloudBlobContainer |
None. |
|
Parent | CloudBlobDirectory |
None. |
|
BlobType | BlobType |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.