Rackspace CloudFiles API
|
Public Member Functions | |
Container | CreateContainer (string container_name) |
Container | CreateContainer (string container_name, Dictionary< string, string > headers) |
Container | GetContainer (string container_name) |
List< Container > | GetContainers () |
List< Container > | GetContainers (bool full_listing) |
List< Container > | GetContainers (Dictionary< ContainerQuery, string > query) |
List< Container > | GetContainers (bool full_listing, Dictionary< ContainerQuery, string > query) |
List< Dictionary< string, string > > | GetContainerList () |
List< Dictionary< string, string > > | GetContainerList (bool full_listing) |
List< Dictionary< string, string > > | GetContainerList (Dictionary< ContainerQuery, string > query) |
List< Dictionary< string, string > > | GetContainerList (bool full_listing, Dictionary< ContainerQuery, string > query) |
void | DeleteContainer (string container_name) |
void | UpdateMetadata (Dictionary< string, string > metadata) |
void | UpdateHeaders (Dictionary< string, string > headers) |
Properties | |
Connection | Conn [get] |
Uri | StorageUrl [get] |
Dictionary< string, string > | Metadata [get] |
Dictionary< string, string > | Headers [get] |
int | Retries [get, set] |
long | BytesUsed [get] |
long | ContainerCount [get] |
long | ObjectCount [get] |