Package version:

Interface ServiceSubmitBatchOptionalParamsModel

Optional parameters.

interface ServiceSubmitBatchOptionalParamsModel {
    requestId?: string;
    timeoutInSeconds?: number;
}

Hierarchy (view full)

Properties

requestId?: string

Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.

timeoutInSeconds?: number

The timeout parameter is expressed in seconds. For more information, see Setting Timeouts for Blob Service Operations.