Méthode | Description | |
---|---|---|
BatchPut ( Action |
||
Configure ( System.Xml.Linq.XElement configuration ) : ITable | ||
Create ( string serviceId, string serviceSecret, string domainName ) : |
||
Create ( string serviceId, string serviceSecret, string domainName, bool withConsistency ) : |
||
Create ( string serviceId, string serviceSecret, string domainName, bool withConsistency, int selectLimit ) : |
||
Create ( string serviceId, string serviceSecret, string domainName, bool withConsistency, int selectLimit, bool ensureDomain ) : |
||
Delete ( ) : void | ||
Delete ( string name, Action |
||
Get ( string serviceId, string serviceSecret, string domainName ) : |
||
Get ( string serviceId, string serviceSecret, string domainName, bool withConsistency ) : |
||
Get ( string serviceId, string serviceSecret, string domainName, bool withConsistency, int selectLimit ) : |
||
GetInfo ( long &itemCount, long &sizeBytes ) : void | ||
ListTables ( string serviceId, string serviceSecret ) : IEnumerable |
||
ListTables ( string serviceId, string serviceSecret, bool withConsistency ) : IEnumerable |
||
ListTables ( string serviceId, string serviceSecret, bool withConsistency, int selectLimit ) : IEnumerable |
||
Put ( string name, Action |
||
ResetBoxUsage ( ) : void | ||
Select ( IEnumerable |
||
Select ( string serviceId, string serviceSecret, string selectExpression ) : IReader | ||
Select ( string serviceId, string serviceSecret, string selectExpression, bool withConsistency ) : IReader | ||
TryCreate ( string serviceId, string serviceSecret, string domainName, bool withConsistency, int selectLimit, bool ensureDomain, |
Méthode | Description | |
---|---|---|
BuildSelectExpression ( string domainName, IEnumerable |
||
BuildSelectList ( string attributeNames ) : string | ||
BuildWhereClause ( System.Condition condition ) : string | ||
ContinueBuildAttributeConditionWhereClause ( AttributeCondition condition, bool everyAttribute ) : string | ||
ContinueBuildConditionWhereClause ( System.Condition condition ) : string | ||
Create ( |
||
EncodeConditionAttributeValue ( string value ) : string | ||
GetConditionAttributeName ( string name, bool everyAttribute ) : string | ||
GetValueTestOperator ( ValueTest test ) : string | ||
SdbTable ( |
||
SelectElements ( IEnumerable |
||
SelectElements ( |
public static Configure ( System.Xml.Linq.XElement configuration ) : ITable | ||
configuration | System.Xml.Linq.XElement | |
Résultat | ITable |
public static Create ( string serviceId, string serviceSecret, string domainName ) : |
||
serviceId | string | |
serviceSecret | string | |
domainName | string | |
Résultat |
public static Create ( string serviceId, string serviceSecret, string domainName, bool withConsistency ) : |
||
serviceId | string | |
serviceSecret | string | |
domainName | string | |
withConsistency | bool | |
Résultat |
public static Create ( string serviceId, string serviceSecret, string domainName, bool withConsistency, int selectLimit ) : |
||
serviceId | string | |
serviceSecret | string | |
domainName | string | |
withConsistency | bool | |
selectLimit | int | |
Résultat |
public static Create ( string serviceId, string serviceSecret, string domainName, bool withConsistency, int selectLimit, bool ensureDomain ) : |
||
serviceId | string | |
serviceSecret | string | |
domainName | string | |
withConsistency | bool | |
selectLimit | int | |
ensureDomain | bool | |
Résultat |
public Delete ( string name, Action |
||
name | string | |
action | Action |
|
Résultat | void |
public static Get ( string serviceId, string serviceSecret, string domainName ) : |
||
serviceId | string | |
serviceSecret | string | |
domainName | string | |
Résultat |
public static Get ( string serviceId, string serviceSecret, string domainName, bool withConsistency ) : |
||
serviceId | string | |
serviceSecret | string | |
domainName | string | |
withConsistency | bool | |
Résultat |
public static Get ( string serviceId, string serviceSecret, string domainName, bool withConsistency, int selectLimit ) : |
||
serviceId | string | |
serviceSecret | string | |
domainName | string | |
withConsistency | bool | |
selectLimit | int | |
Résultat |
public GetInfo ( long &itemCount, long &sizeBytes ) : void | ||
itemCount | long | |
sizeBytes | long | |
Résultat | void |
public static ListTables ( string serviceId, string serviceSecret ) : IEnumerable |
||
serviceId | string | |
serviceSecret | string | |
Résultat | IEnumerable |
public static ListTables ( string serviceId, string serviceSecret, bool withConsistency ) : IEnumerable |
||
serviceId | string | |
serviceSecret | string | |
withConsistency | bool | |
Résultat | IEnumerable |
public static ListTables ( string serviceId, string serviceSecret, bool withConsistency, int selectLimit ) : IEnumerable |
||
serviceId | string | |
serviceSecret | string | |
withConsistency | bool | |
selectLimit | int | |
Résultat | IEnumerable |
public Put ( string name, Action |
||
name | string | |
action | Action |
|
Résultat | void |
public Select ( IEnumerable |
||
attributeNames | IEnumerable |
|
condition | System.Condition | |
withConsistency | bool | |
selectLimit | int | |
Résultat | IReader |
public static Select ( string serviceId, string serviceSecret, string selectExpression ) : IReader | ||
serviceId | string | |
serviceSecret | string | |
selectExpression | string | |
Résultat | IReader |
public static Select ( string serviceId, string serviceSecret, string selectExpression, bool withConsistency ) : IReader | ||
serviceId | string | |
serviceSecret | string | |
selectExpression | string | |
withConsistency | bool | |
Résultat | IReader |
public static TryCreate ( string serviceId, string serviceSecret, string domainName, bool withConsistency, int selectLimit, bool ensureDomain, |
||
serviceId | string | |
serviceSecret | string | |
domainName | string | |
withConsistency | bool | |
selectLimit | int | |
ensureDomain | bool | |
table | ||
Résultat | bool |