Constants Class

Definition

Contains constants for interacting with the Azure Batch service.

public static class Constants
Inheritance
Constants

Fields

DefaultConveniencePrefix

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

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.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)