Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateTaskScheduleDetails

The create task details.

Properties

Optional authMode

authMode: AuthMode

The authorization mode for the task.

Optional configProviderDelegate

configProviderDelegate: model.ConfigProvider

Optional description

description: undefined | string

Detailed description for the object.

Optional endTimeMillis

endTimeMillis: undefined | number

The end time in milliseconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional expectedDuration

expectedDuration: undefined | number

The expected duration of the task execution. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional expectedDurationUnit

expectedDurationUnit: ExpectedDurationUnit

The expected duration unit of the task execution.

identifier

identifier: string

Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.

Optional isBackfillEnabled

isBackfillEnabled: undefined | false | true

Whether the backfill is enabled.

Optional isConcurrentAllowed

isConcurrentAllowed: undefined | false | true

Whether the same task can be executed concurrently.

Optional isEnabled

isEnabled: undefined | false | true

Whether the task schedule is enabled.

Optional key

key: undefined | string

Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.

Optional modelVersion

modelVersion: undefined | string

This is a version number that is used by the service to upgrade objects if needed through releases of the service.

name

name: string

Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.

Optional numberOfRetries

numberOfRetries: undefined | number

The number of retries. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional objectStatus

objectStatus: undefined | number

The status of an object that can be set to value 1 for shallow references across objects, other values reserved. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional objectVersion

objectVersion: undefined | number

This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional parentRef

parentRef: model.ParentReference

Optional registryMetadata

registryMetadata: model.RegistryMetadata

Optional retryDelay

retryDelay: undefined | number

The retry delay, the unit for measurement is in the property retry delay unit. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional retryDelayUnit

retryDelayUnit: RetryDelayUnit

The unit for the retry delay.

Optional scheduleRef

scheduleRef: model.Schedule

Optional startTimeMillis

startTimeMillis: undefined | number

The start time in milliseconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj