Class Batchsigneds3uploadRequestBuilder
- Namespace
- Autodesk.DataManagement.OSS.Oss.V2.Buckets.Item.Objects.Batchsigneds3upload
- Assembly
- Autodesk.DataManagement.dll
Builds and executes requests for operations under \oss\v2\buckets{bucketKey}\objects\batchsigneds3upload
public class Batchsigneds3uploadRequestBuilder : BaseRequestBuilder
- Inheritance
-
BaseRequestBuilderBatchsigneds3uploadRequestBuilder
- Inherited Members
-
BaseRequestBuilder.PathParametersBaseRequestBuilder.RequestAdapterBaseRequestBuilder.UrlTemplate
Constructors
Batchsigneds3uploadRequestBuilder(Dictionary<string, object>, IRequestAdapter)
Instantiates a new Batchsigneds3uploadRequestBuilder and sets the default values.
public Batchsigneds3uploadRequestBuilder(Dictionary<string, object> pathParameters, IRequestAdapter requestAdapter)
Parameters
pathParameters
Dictionary<string, object>Path parameters for the request
requestAdapter
IRequestAdapterThe request adapter to use to execute the requests.
Batchsigneds3uploadRequestBuilder(string, IRequestAdapter)
Instantiates a new Batchsigneds3uploadRequestBuilder and sets the default values.
public Batchsigneds3uploadRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
Parameters
rawUrl
stringThe raw URL to use for the request builder.
requestAdapter
IRequestAdapterThe request adapter to use to execute the requests.
Methods
PostAsync(Batchsigneds3upload_object, Action<RequestConfiguration<Batchsigneds3uploadRequestBuilderPostQueryParameters>>?, CancellationToken)
Requests a batch of S3 signed URL with which to upload multiple objects or chunks of multiple objects. As with the Batch Get Download URL endpoint, the requests within the batch are evaluated independently and individual requests can be rejected even if the overall request returns a 200 response code. You can request a maximum of 25 URLs in a single request.
public Task<Batchsigneds3upload_response?> PostAsync(Batchsigneds3upload_object body, Action<RequestConfiguration<Batchsigneds3uploadRequestBuilder.Batchsigneds3uploadRequestBuilderPostQueryParameters>>? requestConfiguration = null, CancellationToken cancellationToken = default)
Parameters
body
Batchsigneds3upload_objectThe request body
requestConfiguration
Action<RequestConfiguration<Batchsigneds3uploadRequestBuilder.Batchsigneds3uploadRequestBuilderPostQueryParameters>>Configuration for the request such as headers, query parameters, and middleware options.
cancellationToken
CancellationTokenCancellation token to use when cancelling requests
Returns
ToPostRequestInformation(Batchsigneds3upload_object, Action<RequestConfiguration<Batchsigneds3uploadRequestBuilderPostQueryParameters>>?)
Requests a batch of S3 signed URL with which to upload multiple objects or chunks of multiple objects. As with the Batch Get Download URL endpoint, the requests within the batch are evaluated independently and individual requests can be rejected even if the overall request returns a 200 response code. You can request a maximum of 25 URLs in a single request.
public RequestInformation ToPostRequestInformation(Batchsigneds3upload_object body, Action<RequestConfiguration<Batchsigneds3uploadRequestBuilder.Batchsigneds3uploadRequestBuilderPostQueryParameters>>? requestConfiguration = null)
Parameters
body
Batchsigneds3upload_objectThe request body
requestConfiguration
Action<RequestConfiguration<Batchsigneds3uploadRequestBuilder.Batchsigneds3uploadRequestBuilderPostQueryParameters>>Configuration for the request such as headers, query parameters, and middleware options.
Returns
- RequestInformation
A Microsoft.Kiota.Abstractions.RequestInformation
WithUrl(string)
Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
public Batchsigneds3uploadRequestBuilder WithUrl(string rawUrl)
Parameters
rawUrl
stringThe raw URL to use for the request builder.