AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Provides a list of batch load tasks, along with the name, status, when the task is resumable until, and other details. See code sample for details.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to ListBatchLoadTasksAsync.

Namespace: Amazon.TimestreamWrite
Assembly: AWSSDK.TimestreamWrite.dll
Version: 3.x.y.z

Syntax

C#
public virtual ListBatchLoadTasksResponse ListBatchLoadTasks(
         ListBatchLoadTasksRequest request
)

Parameters

request
Type: Amazon.TimestreamWrite.Model.ListBatchLoadTasksRequest

Container for the necessary parameters to execute the ListBatchLoadTasks service method.

Return Value


The response from the ListBatchLoadTasks service method, as returned by TimestreamWrite.

Exceptions

ExceptionCondition
AccessDeniedException You are not authorized to perform this action.
InternalServerException Timestream was unable to fully process this request because of an internal server error.
InvalidEndpointException The requested endpoint was not valid.
ThrottlingException Too many requests were made by a user and they exceeded the service quotas. The request was throttled.
ValidationException An invalid or malformed request.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also