new BlobResult( [container] [, name])
Creates a new BlobResult object.
Parameters:
| Name | Type | Argument | Description | 
|---|---|---|---|
| container | string | <optional> | The container name. | 
| name | string | <optional> | The blob name. | 
- Source:
Properties:
| Name | Type | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| container | string | The container name. | ||||||||||||||||||||||||
| name | string | The blob name. | ||||||||||||||||||||||||
| metadata | object | The metadata key/value pair. | ||||||||||||||||||||||||
| etag | string | The etag. | ||||||||||||||||||||||||
| lastModified | string | The date/time that the blob was last modified. | ||||||||||||||||||||||||
| contentLength | string | The size of the blob in bytes. | ||||||||||||||||||||||||
| blobType | string | The blob type. | ||||||||||||||||||||||||
| isIncrementalCopy | boolean | If the blob is incremental copy blob. | ||||||||||||||||||||||||
| requestId | string | The request id. | ||||||||||||||||||||||||
| sequenceNumber | string | The current sequence number for a page blob. | ||||||||||||||||||||||||
| contentRange | string | The content range. | ||||||||||||||||||||||||
| committedBlockCount | string | The committed block count. | ||||||||||||||||||||||||
| serverEncrypted | string | If the blob data and application metadata are completely encrypted using the specified algorithm. true/false. | ||||||||||||||||||||||||
| contentSettings | object | The content settings. Properties
 | ||||||||||||||||||||||||
| lease | object | The lease information. Properties
 | ||||||||||||||||||||||||
| copy | object | The copy information. Properties
 |