Constants Class

Definition

Contains constants for interacting with the Azure Batch service.

public static class Constants
type Constants = class
Public Class Constants
Inheritance
Constants

Fields

DefaultConveniencePrefix

The prefix used when creating automatically named containers or blobs as part of file staging.

DefaultLongRestRequestClientTimeout

The default amount of time to wait for a response from the Batch service before automatically cancelling the request. This is used for "long running" requests such as get file and bulk add task.

DefaultSingleRestRequestClientTimeout

The default amount of time to wait for a response from the Batch service before automatically cancelling the request.

MaxTasksInSingleAddTaskCollectionRequest

The maximum number of tasks that the client will include in a single AddTaskCollection request, when adding multiple tasks to a job.

StandardErrorFileName

The name of the standard error file generated by a task or start task on a compute node.

StandardOutFileName

The name of the standard output file generated by a task or start task on a compute node.

Applies to