Table of Contents

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
BaseRequestBuilder
Batchsigneds3uploadRequestBuilder
Inherited Members
BaseRequestBuilder.PathParameters
BaseRequestBuilder.RequestAdapter
BaseRequestBuilder.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 IRequestAdapter

The 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 string

The raw URL to use for the request builder.

requestAdapter IRequestAdapter

The 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_object

The request body

requestConfiguration Action<RequestConfiguration<Batchsigneds3uploadRequestBuilder.Batchsigneds3uploadRequestBuilderPostQueryParameters>>

Configuration for the request such as headers, query parameters, and middleware options.

cancellationToken CancellationToken

Cancellation token to use when cancelling requests

Returns

Task<Batchsigneds3upload_response>

A Batchsigneds3upload_response

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_object

The 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 string

The raw URL to use for the request builder.

Returns

Batchsigneds3uploadRequestBuilder

A Batchsigneds3uploadRequestBuilder