Salesforce · Schema
SuccessfulGetJobInfoQuery1
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| operation | string | |
| object | string | |
| createdById | string | |
| createdDate | string | |
| systemModstamp | string | |
| state | string | |
| concurrencyMode | string | |
| contentType | string | |
| apiVersion | integer | |
| jobType | string | |
| lineEnding | string | |
| columnDelimiter | string | |
| numberRecordsProcessed | integer | |
| retries | integer | |
| totalProcessingTime | integer |
JSON Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"example": "abc123"
},
"operation": {
"type": "string",
"example": "example_value"
},
"object": {
"type": "string",
"example": "example_value"
},
"createdById": {
"type": "string",
"example": "500123"
},
"createdDate": {
"type": "string",
"example": "example_value"
},
"systemModstamp": {
"type": "string",
"example": "example_value"
},
"state": {
"type": "string",
"example": "example_value"
},
"concurrencyMode": {
"type": "string",
"example": "example_value"
},
"contentType": {
"type": "string",
"example": "example_value"
},
"apiVersion": {
"type": "integer",
"example": 10
},
"jobType": {
"type": "string",
"example": "example_value"
},
"lineEnding": {
"type": "string",
"example": "example_value"
},
"columnDelimiter": {
"type": "string",
"example": "example_value"
},
"numberRecordsProcessed": {
"type": "integer",
"example": 10
},
"retries": {
"type": "integer",
"example": 10
},
"totalProcessingTime": {
"type": "integer",
"example": 1700000000000
}
},
"required": [
"id",
"operation",
"object",
"createdById",
"createdDate",
"systemModstamp",
"state",
"concurrencyMode",
"contentType",
"apiVersion",
"jobType",
"lineEnding",
"columnDelimiter",
"numberRecordsProcessed",
"retries",
"totalProcessingTime"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SuccessfulGetJobInfoQuery1"
}