AZSBlobContainerProperties Class Reference
Inherits from | NSObject |
---|---|
Declared in | AZSBlobContainerProperties.h AZSBlobContainerProperties.m |
eTag
The eTag for this container, as far as the library is aware. Call downloadAttributes to update.
@property (copy, AZSNullable) NSString *eTag
Discussion
The eTag for this container, as far as the library is aware. Call downloadAttributes to update.
Declared In
AZSBlobContainerProperties.h
lastModified
The last modified time for the container, as far as the library is aware. Call downloadAttributes to update.
@property (copy, AZSNullable) NSDate *lastModified
Discussion
The last modified time for the container, as far as the library is aware. Call downloadAttributes to update.
Declared In
AZSBlobContainerProperties.h
leaseStatus
The lease status for the container, as far as the library is aware. Call downloadAttributes to update.
@property AZSLeaseStatus leaseStatus
Discussion
The lease status for the container, as far as the library is aware. Call downloadAttributes to update.
Declared In
AZSBlobContainerProperties.h
leaseState
The lease state for the container, as far as the library is aware. Call downloadAttributes to update.
@property AZSLeaseState leaseState
Discussion
The lease state for the container, as far as the library is aware. Call downloadAttributes to update.
Declared In
AZSBlobContainerProperties.h
leaseDuration
The lease duration for the container, as far as the library is aware. Call downloadAttributes to update.
@property AZSLeaseDuration leaseDuration
Discussion
The lease duration for the container, as far as the library is aware. Call downloadAttributes to update.
Declared In
AZSBlobContainerProperties.h