1using System.Runtime.Serialization;
12 #region APIResource Interface Members
18 #endregion APIResource Interface Members
20 #region Public Properties
24 public string name {
get;
set; }
34 public long size {
get;
set; }
35 #endregion Public Properties
Describes a collection of resources which can be listed.
Base class used by all persistent resources.
Specifies that a property is generated by the server and should not be specified on the client side d...
Represents a file that has been uploaded to the server, usually in conjunction with some other resour...
override string collection_name
The collection endpoint at which resources of this type reside on the server.
static readonly string CLASS_COLLECTION_NAME
The collection endpoint at which resources of this type reside on the server.
string name
The name given to this file. In the case of an auto-generated file, contains the IAPIResource....
string content
The path to the file on the server. Visiting this location will allow the contents of the file to be ...
long size
The size of the file as reported by the server.