Click or drag to resize
StorageObject Properties

The StorageObject type exposes the following members.

Properties
  NameDescription
Public propertyCanonicalLink
Relative URI of the underlying StorageObject resource.
Public propertyContentLength
The length of data content in bytes stored in the StorageObject.
Public propertyContentType
The media-type associated with the StorageObject.
Public propertyCreatedBy
The name of the user who created the StorageObject.
Public propertyCreatedOn
Server generated timestamp when the StorageObject was created.
Public propertyId
A service generated ID for the StorageObject. The ID is unique in the StorageCollection.
Public propertyModifiedBy
The name of the user who last updated the StorageObject.
Public propertyModifiedOn
Server generated timestamp when the StorageObject was last updated.
Public propertyName
A user provided name for the StorageObject. A StorageCollection may have multiple StorageObjects with the same name.
Top
See Also