Rackspace CloudFiles API
Public Member Functions | Properties | List of all members
Rackspace.Cloudfiles.StorageObject Interface Reference
Inheritance diagram for Rackspace.Cloudfiles.StorageObject:
Rackspace.Cloudfiles.CF_Object

Public Member Functions

void SaveToFile (string path)
 
void SaveToFile (string path, bool verify_etag)
 
void WriteFromFile (string path)
 
void WriteFromFile (string path, Dictionary< string, string > headers)
 
void Write (Stream data)
 
void Write (Stream data, Dictionary< string, string > headers)
 
Stream Read ()
 
void SyncMetadata (Dictionary< string, string > metadata)
 
void SyncHeaders (Dictionary< string, string > headers)
 

Properties

int Retries [get, set]
 
int ChunkSize [get, set]
 
string Name [get]
 
string Etag [get]
 
string ContentType [get]
 
long ContentLength [get]
 
Dictionary< string, string > Headers [get]
 
Dictionary< string, string > Metadata [get]
 
Uri StorageUrl [get]
 

The documentation for this interface was generated from the following file: