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.
Defines a job to ingest data to IoT SiteWise from Amazon S3. For more information,
see Create
a bulk import job (CLI) in the Amazon Simple Storage Service User Guide.
Before you create a bulk import job, you must enable IoT SiteWise warm tier or IoT
SiteWise cold tier. For more information about how to configure storage settings,
see PutStorageConfiguration.
Bulk import is designed to store historical data to IoT SiteWise.
Newly ingested data in the hot tier triggers notifications and computations.
After data moves from the hot tier to the warm or cold tier based on retention settings,
it does not trigger computations or notifications.
Data older than 7 days does not trigger computations or notifications.
This is an asynchronous operation using the standard naming convention for .NET 4.5 or higher. For .NET 3.5 the operation is implemented as a pair of methods using the standard naming convention of BeginCreateBulkImportJob and EndCreateBulkImportJob.
Namespace: Amazon.IoTSiteWise
Assembly: AWSSDK.IoTSiteWise.dll
Version: 3.x.y.z
public abstract Task<CreateBulkImportJobResponse> CreateBulkImportJobAsync( CreateBulkImportJobRequest request, CancellationToken cancellationToken )
Container for the necessary parameters to execute the CreateBulkImportJob service method.
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
Exception | Condition |
---|---|
ConflictingOperationException | Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time. |
InternalFailureException | IoT SiteWise can't process your request right now. Try again later. |
InvalidRequestException | The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters. Check your request and try again. |
LimitExceededException | You've reached the quota for a resource. For example, this can occur if you're trying to associate more than the allowed number of child assets or attempting to create more than the allowed number of properties for an asset model. For more information, see Quotas in the IoT SiteWise User Guide. |
ResourceAlreadyExistsException | The resource already exists. |
ResourceNotFoundException | The requested resource can't be found. |
ThrottlingException | Your request exceeded a rate limit. For example, you might have exceeded the number of IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so on. For more information, see Quotas in the IoT SiteWise User Guide. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer