메소드 | 설명 | |
---|---|---|
AmazonSimpleDBClient ( ) : System |
Constructs AmazonSimpleDBClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonSimpleDBClient ( |
Constructs AmazonSimpleDBClient with AWS Credentials
|
|
AmazonSimpleDBClient ( |
Constructs AmazonSimpleDBClient with AWS Credentials and an AmazonSimpleDBClient Configuration object.
|
|
AmazonSimpleDBClient ( |
Constructs AmazonSimpleDBClient with AWS Credentials
|
|
AmazonSimpleDBClient ( |
Constructs AmazonSimpleDBClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonSimpleDBClient ( RegionEndpoint region ) : System |
Constructs AmazonSimpleDBClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonSimpleDBClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonSimpleDBClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonSimpleDBClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonSimpleDBClient with AWS Access Key ID, AWS Secret Key and an AmazonSimpleDBClient Configuration object.
|
|
AmazonSimpleDBClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonSimpleDBClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonSimpleDBClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonSimpleDBClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonSimpleDBClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonSimpleDBClient with AWS Access Key ID, AWS Secret Key and an AmazonSimpleDBClient Configuration object.
|
|
AmazonSimpleDBClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonSimpleDBClient with AWS Access Key ID and AWS Secret Key
|
|
BatchDeleteAttributes ( |
Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies. This enables Amazon SimpleDB to optimize requests, which generally yields better throughput. The following limitations are enforced for this operation:
|
|
BatchDeleteAttributesAsync ( BatchDeleteAttributesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the BatchDeleteAttributes operation.
|
|
BatchPutAttributes ( BatchPutAttributesRequest request ) : BatchPutAttributesResponse |
The The client may specify the item name with the Attributes are uniquely identified within an item by their name/value combination. For example, a single item can have the attributes Optionally, the requester can supply the Expected.X.Name , Expected.X.Value , or Expected.X.Exists . You can execute multiple The following limitations are enforced for this operation:
|
|
BatchPutAttributesAsync ( BatchPutAttributesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the BatchPutAttributes operation.
|
|
CreateDomain ( CreateDomainRequest request ) : CreateDomainResponse |
The The client can create up to 100 domains per account. If the client requires additional domains, go to http://aws.amazon.com/contact-us/simpledb-limit-request/.
|
|
CreateDomainAsync ( CreateDomainRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the CreateDomain operation.
|
|
DeleteAttributes ( DeleteAttributesRequest request ) : DeleteAttributesResponse |
Deletes one or more attributes associated with an item. If all attributes of the item are deleted, the item is deleted. Because Amazon SimpleDB makes multiple copies of item data and uses an eventual consistency update model, performing a GetAttributes or Select operation (read) immediately after a
|
|
DeleteAttributesAsync ( DeleteAttributesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DeleteAttributes operation.
|
|
DeleteDomain ( DeleteDomainRequest request ) : DeleteDomainResponse |
The
|
|
DeleteDomainAsync ( DeleteDomainRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DeleteDomain operation.
|
|
DomainMetadata ( DomainMetadataRequest request ) : DomainMetadataResponse |
Returns information about the domain, including when the domain was created, the number of items and attributes in the domain, and the size of the attribute names and values.
|
|
DomainMetadataAsync ( DomainMetadataRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DomainMetadata operation.
|
|
GetAttributes ( GetAttributesRequest request ) : GetAttributesResponse |
Returns all of the attributes associated with the specified item. Optionally, the attributes returned can be limited to one or more attributes by specifying an attribute name parameter. If the item does not exist on the replica that was accessed for this operation, an empty set is returned. The system does not return an error as it cannot guarantee the item does not exist on other replicas.
|
|
GetAttributesAsync ( GetAttributesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the GetAttributes operation.
|
|
ListDomains ( ) : ListDomainsResponse |
The
|
|
ListDomains ( ListDomainsRequest request ) : ListDomainsResponse |
The
|
|
ListDomainsAsync ( ListDomainsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the ListDomains operation.
|
|
ListDomainsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
The
|
|
PutAttributes ( PutAttributesRequest request ) : PutAttributesResponse |
The PutAttributes operation creates or replaces attributes in an item. The client may specify new attributes using a combination of the Attributes are uniquely identified in an item by their name/value combination. For example, a single item can have the attributes Optionally, the requestor can supply the You cannot specify an empty string as an attribute name. Because Amazon SimpleDB makes multiple copies of client data and uses an eventual consistency update model, an immediate GetAttributes or Select operation (read) immediately after a PutAttributes or DeleteAttributes operation (write) might not return the updated data. The following limitations are enforced for this operation:
|
|
PutAttributesAsync ( PutAttributesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the PutAttributes operation.
|
|
Select ( SelectRequest request ) : SelectResponse |
The The total size of the response cannot exceed 1 MB in total size. Amazon SimpleDB automatically adjusts the number of items returned per page to enforce this limit. For example, if the client asks to retrieve 2500 items, but each individual item is 10 kB in size, the system returns 100 items and an appropriate For information on how to construct select expressions, see Using Select to Create Amazon SimpleDB Queries in the Developer Guide.
|
|
SelectAsync ( SelectRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the Select operation.
|
메소드 | 설명 | |
---|---|---|
CreateSigner ( ) : AbstractAWSSigner |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
public AmazonSimpleDBClient ( |
||
credentials | AWS Credentials | |
리턴 | System |
public AmazonSimpleDBClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonSimpleDBClient Configuration Object | |
리턴 | System |
public AmazonSimpleDBClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
리턴 | System |
public AmazonSimpleDBClient ( |
||
config | The AmazonSimpleDBClient Configuration Object | |
리턴 | System |
public AmazonSimpleDBClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
리턴 | System |
public AmazonSimpleDBClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
리턴 | System |
public AmazonSimpleDBClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonSimpleDBClient Configuration Object | |
리턴 | System |
public AmazonSimpleDBClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
region | RegionEndpoint | The region to connect. |
리턴 | System |
public AmazonSimpleDBClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
리턴 | System |
public AmazonSimpleDBClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
clientConfig | The AmazonSimpleDBClient Configuration Object | |
리턴 | System |
public AmazonSimpleDBClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
region | RegionEndpoint | The region to connect. |
리턴 | System |
public BatchDeleteAttributes ( |
||
request | Container for the necessary parameters to execute the BatchDeleteAttributes service method. | |
리턴 | Amazon.SimpleDB.Model.BatchDeleteAttributesResponse |
public BatchDeleteAttributesAsync ( BatchDeleteAttributesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | BatchDeleteAttributesRequest | Container for the necessary parameters to execute the BatchDeleteAttributes operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public BatchPutAttributes ( BatchPutAttributesRequest request ) : BatchPutAttributesResponse | ||
request | BatchPutAttributesRequest | Container for the necessary parameters to execute the BatchPutAttributes service method. |
리턴 | BatchPutAttributesResponse |
public BatchPutAttributesAsync ( BatchPutAttributesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | BatchPutAttributesRequest | Container for the necessary parameters to execute the BatchPutAttributes operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public CreateDomain ( CreateDomainRequest request ) : CreateDomainResponse | ||
request | CreateDomainRequest | Container for the necessary parameters to execute the CreateDomain service method. |
리턴 | CreateDomainResponse |
public CreateDomainAsync ( CreateDomainRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | CreateDomainRequest | Container for the necessary parameters to execute the CreateDomain operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public DeleteAttributes ( DeleteAttributesRequest request ) : DeleteAttributesResponse | ||
request | DeleteAttributesRequest | Container for the necessary parameters to execute the DeleteAttributes service method. |
리턴 | DeleteAttributesResponse |
public DeleteAttributesAsync ( DeleteAttributesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DeleteAttributesRequest | Container for the necessary parameters to execute the DeleteAttributes operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public DeleteDomain ( DeleteDomainRequest request ) : DeleteDomainResponse | ||
request | DeleteDomainRequest | Container for the necessary parameters to execute the DeleteDomain service method. |
리턴 | DeleteDomainResponse |
public DeleteDomainAsync ( DeleteDomainRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DeleteDomainRequest | Container for the necessary parameters to execute the DeleteDomain operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public DomainMetadata ( DomainMetadataRequest request ) : DomainMetadataResponse | ||
request | DomainMetadataRequest | Container for the necessary parameters to execute the DomainMetadata service method. |
리턴 | DomainMetadataResponse |
public DomainMetadataAsync ( DomainMetadataRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DomainMetadataRequest | Container for the necessary parameters to execute the DomainMetadata operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public GetAttributes ( GetAttributesRequest request ) : GetAttributesResponse | ||
request | GetAttributesRequest | Container for the necessary parameters to execute the GetAttributes service method. |
리턴 | GetAttributesResponse |
public GetAttributesAsync ( GetAttributesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | GetAttributesRequest | Container for the necessary parameters to execute the GetAttributes operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public ListDomains ( ListDomainsRequest request ) : ListDomainsResponse | ||
request | ListDomainsRequest | Container for the necessary parameters to execute the ListDomains service method. |
리턴 | ListDomainsResponse |
public ListDomainsAsync ( ListDomainsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | ListDomainsRequest | Container for the necessary parameters to execute the ListDomains operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public ListDomainsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public PutAttributes ( PutAttributesRequest request ) : PutAttributesResponse | ||
request | PutAttributesRequest | Container for the necessary parameters to execute the PutAttributes service method. |
리턴 | PutAttributesResponse |
public PutAttributesAsync ( PutAttributesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | PutAttributesRequest | Container for the necessary parameters to execute the PutAttributes operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public Select ( SelectRequest request ) : SelectResponse | ||
request | SelectRequest | Container for the necessary parameters to execute the Select service method. |
리턴 | SelectResponse |
public SelectAsync ( SelectRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | SelectRequest | Container for the necessary parameters to execute the Select operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |