bulkdeleteoperation EntityType
User-submitted bulk deletion job.
- Entity Set Path
- [organization URI]/api/data/v9.0/bulkdeleteoperations
- Base Type
- crmbaseentity
- Display Name
- Bulk Delete Operation
- Primary Key
- bulkdeleteoperationid
- Primary Key Attribute
- name
- Operations Supported
- GET DELETE
Properties
Properties represent fields of data stored in the entity.Some properties are read-only.
| Name | Type | Details | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| bulkdeleteoperationid | Edm.Guid |
Unique identifier of the bulk deletion job. Display Name: Bulk Deletion Job Read Only
|
||||||||||||||||||||||
| createdon | Edm.DateTimeOffset |
Date and time when the bulk deletion job was created. Read Only
|
||||||||||||||||||||||
| failurecount | Edm.Int32 |
Number of records that could not be deleted by the bulk deletion job. Display Name: Failures Read Only
|
||||||||||||||||||||||
| isrecurring | Edm.Boolean |
Information about if recurrence is defined for the bulk deletion job. Display Name: Is Recurring Read Only
Default Options
|
||||||||||||||||||||||
| modifiedon | Edm.DateTimeOffset |
Date and time when the bulk deletion job record was last modified. Display Name: Modified On Read Only
|
||||||||||||||||||||||
| name | Edm.String |
Name of the bulk deletion job. Display Name: System Job Name Read Only
|
||||||||||||||||||||||
| nextrun | Edm.DateTimeOffset |
Next scheduled time for the bulk deletion job to run. Display Name: Next Run Read Only
|
||||||||||||||||||||||
| orderedquerysetxml | Edm.String |
Fetch XML of the ordered query set. Read Only
|
||||||||||||||||||||||
| processingqeindex | Edm.Int32 |
Index of the ordered query expression that defines the deletion set. Display Name: Query Index Read Only
|
||||||||||||||||||||||
| statecode | Edm.Int32 |
Status of the bulk deletion job. Display Name: Status Read Only
Default Options
|
||||||||||||||||||||||
| statuscode | Edm.Int32 |
Reason for the status of the bulk deletion job. Display Name: Status Reason Read Only
Default Options
|
||||||||||||||||||||||
| successcount | Edm.Int32 |
Number of records deleted by the bulk deletion job. Display Name: Deleted Read Only
|
||||||||||||||||||||||
| timezoneruleversionnumber | Edm.Int32 |
For internal use only. |
||||||||||||||||||||||
| utcconversiontimezonecode | Edm.Int32 |
Time zone code that was in use when the record was created. |
Lookup Properties
Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Retrieve data about lookup properties.
| Name | Single-valued navigation property | Description |
|---|---|---|
| _asyncoperationid_value | asyncoperationid |
Unique identifier of the system job that created this record |
| _createdby_value | createdby |
Unique identifier of the user who created the bulk deletion job. |
| _createdonbehalfby_value | createdonbehalfby |
Unique identifier of the delegate user who created the bulkdeleteoperation. |
| _modifiedby_value | modifiedby |
Unique identifier of the user who last modified the bulk deletion job. |
| _modifiedonbehalfby_value | modifiedonbehalfby |
Unique identifier of the delegate user who last modified the bulkdeleteoperation. |
| _ownerid_value | asyncoperationid |
Unique identifier of the user or team who owns the bulk delete operation. |
| _owningbusinessunit_value | owningbusinessunit |
Business unit that owns the bulk deletion job. |
| _owninguser_value | asyncoperationid |
Business user what owns the bulk delete operation. |
Single-valued navigation properties
Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.
| Name | Type | Partner |
|---|---|---|
| asyncoperationid | asyncoperation | AsyncOperation_BulkDeleteOperation |
| createdby | systemuser | lk_bulkdeleteoperationbase_createdby |
| createdonbehalfby | systemuser | lk_bulkdeleteoperation_createdonbehalfby |
| modifiedby | systemuser | lk_bulkdeleteoperationbase_modifiedby |
| modifiedonbehalfby | systemuser | lk_bulkdeleteoperation_modifiedonbehalfby |
| owningbusinessunit | businessunit | BulkDeleteOperation_BusinessUnit |
Collection-valued navigation properties
Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.
| Name | Type | Partner |
|---|---|---|
| BulkDeleteOperation_BulkDeleteFailure | bulkdeletefailure | bulkdeleteoperationid |