Method | Description | |
---|---|---|
Configure ( System.Xml.Linq.XElement configuration ) : IContainer | ||
Create ( string serviceId, string serviceSecret, string name ) : |
||
Delete ( ) : void | ||
Get ( string serviceId, string serviceSecret, string name ) : |
||
GetBlock ( string name ) : IBlock | ||
ListBlocks ( string prefix, int pageSize ) : IEnumerable |
||
ListContainers ( string serviceId, string serviceSecret ) : IEnumerable |
Method | Description | |
---|---|---|
S3Container ( |
public static Configure ( System.Xml.Linq.XElement configuration ) : IContainer | ||
configuration | System.Xml.Linq.XElement | |
return | IContainer |
public static Create ( string serviceId, string serviceSecret, string name ) : |
||
serviceId | string | |
serviceSecret | string | |
name | string | |
return |
public static Get ( string serviceId, string serviceSecret, string name ) : |
||
serviceId | string | |
serviceSecret | string | |
name | string | |
return |
public ListBlocks ( string prefix, int pageSize ) : IEnumerable |
||
prefix | string | |
pageSize | int | |
return | IEnumerable |
public static ListContainers ( string serviceId, string serviceSecret ) : IEnumerable |
||
serviceId | string | |
serviceSecret | string | |
return | IEnumerable |