new LeaseResult( [container] [, blob] [, id] [, time])
Creates a new LeaseResult object.
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
container |
string |
<optional> |
The container name. |
blob |
string |
<optional> |
The blob name. |
id |
string |
<optional> |
The lease id. |
time |
string |
<optional> |
Approximate time remaining in the lease period, in seconds. |
- Source:
Properties:
Name | Type | Description |
---|---|---|
container |
string | The container name. |
blob |
string | The blob name. |
id |
string | The lease id. |
time |
string | Approximate time remaining in the lease period, in seconds. |
etag |
string | The etag. |
lastModified |
string | The date/time that the lease was last modified. |