| StorageObject Properties |
The StorageObject type exposes the following members.
| Name | Description | |
|---|---|---|
| CanonicalLink |
Relative URI of the underlying StorageObject resource.
| |
| ContentLength |
The length of data content in bytes stored in the StorageObject.
| |
| ContentType |
The media-type associated with the StorageObject.
| |
| CreatedBy |
The name of the user who created the StorageObject.
| |
| CreatedOn |
Server generated timestamp when the StorageObject was created.
| |
| Id |
A service generated ID for the StorageObject. The ID is unique in the StorageCollection.
| |
| ModifiedBy |
The name of the user who last updated the StorageObject.
| |
| ModifiedOn |
Server generated timestamp when the StorageObject was last updated.
| |
| Name |
A user provided name for the StorageObject. A StorageCollection may have multiple StorageObjects with the same name.
|