The JobRequestObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | JobRequestObject | Obsolete.
Create an empty request object. For deserialization purposes only.
|
Methods
Name | Description | |
---|---|---|
![]() ![]() | CreateConsolidateJob |
Creates a store consolidation job request object
|
![]() ![]() | CreateExportJob |
Creates a store export job request object
|
![]() ![]() | CreateImportJob |
Creates a store import job request object
|
![]() ![]() | CreateRepeatTransactionJob |
Creates a job that repeats a previously executed job
|
![]() ![]() | CreateSnapshotJob(String, PersistenceType, String) |
Create a request for a new Snapshot job
|
![]() ![]() | CreateSnapshotJob(String, String, String) | Obsolete.
Create a request for a new Snapshot job
|
![]() ![]() | CreateSnapshotJob(String, PersistenceType, UInt64, String) |
Create a request for a new Snapshot job
|
![]() ![]() | CreateSnapshotJob(String, String, UInt64, String) | Obsolete.
Create a request for a new Snapshot job
|
![]() ![]() | CreateSparqlUpdateJob |
Creates a SPARQL UPDATE job request object
|
![]() ![]() | CreateTransactionJob |
Creates a transaction update job request object
|
![]() ![]() | CreateUpdateStatsJob |
Creates a Statistics update job request object
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithLabel |
A fluent API wrapper for setting the user-friendly label for a job
|
Properties
Name | Description | |
---|---|---|
![]() | JobParameters |
Get or set the parameters to pass into the job
|
![]() | JobType |
Get or set the string identifier for the type of job to be created
|
![]() | Label |
Get or set the string label for this job.
|
![]() | StoreName |
Get or set the name of the store that the job is to be executed against.
|