BatchJob
A list of mutates being processed asynchronously. The mutates are uploaded by the user. The mutates themselves arent readable and the results of the job can only be read using BatchJobService.ListBatchJobResults.
Columns
Name
Type
Behavior
Description
BatchJobId
Long
Attribute
Id column for table BatchJob
BatchJobLongRunningOperation
String
Attribute
LongRunningOperation column for table BatchJob
BatchJobMetadataCompletionDateTime
Date
Attribute
MetadataCompletionDateTime column for table BatchJob
BatchJobMetadataCreationDateTime
Date
Attribute
MetadataCreationDateTime column for table BatchJob
BatchJobMetadataEstimatedCompletionRatio
Double
Attribute
MetadataEstimatedCompletionRatio column for table BatchJob
BatchJobMetadataExecutedOperationCount
Long
Attribute
MetadataExecutedOperationCount column for table BatchJob
BatchJobMetadataOperationCount
Long
Attribute
MetadataOperationCount column for table BatchJob
BatchJobMetadataStartDateTime
Date
Attribute
MetadataStartDateTime column for table BatchJob
BatchJobNextAddSequenceToken
String
Attribute
NextAddSequenceToken column for table BatchJob
BatchJobResourceName
String
Attribute
ResourceName column for table BatchJob
BatchJobStatus
String
Attribute
Status column for table BatchJob
CustomerId
Long
Attribute
ClientCustomerId column for table BatchJob
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name
Type
Description
ManagerId
Long
Id of the manager account on behalf of which you are requesting customer data.
Last updated