The JobRequestObject type exposes the following members.

Constructors

  NameDescription
Public methodJobRequestObject Obsolete.
Create an empty request object. For deserialization purposes only.

Methods

  NameDescription
Public methodStatic memberCreateConsolidateJob
Creates a store consolidation job request object
Public methodStatic memberCreateExportJob
Creates a store export job request object
Public methodStatic memberCreateImportJob
Creates a store import job request object
Public methodStatic memberCreateRepeatTransactionJob
Creates a job that repeats a previously executed job
Public methodStatic memberCreateSnapshotJob(String, PersistenceType, String)
Create a request for a new Snapshot job
Public methodStatic memberCreateSnapshotJob(String, String, String) Obsolete.
Create a request for a new Snapshot job
Public methodStatic memberCreateSnapshotJob(String, PersistenceType, UInt64, String)
Create a request for a new Snapshot job
Public methodStatic memberCreateSnapshotJob(String, String, UInt64, String) Obsolete.
Create a request for a new Snapshot job
Public methodStatic memberCreateSparqlUpdateJob
Creates a SPARQL UPDATE job request object
Public methodStatic memberCreateTransactionJob
Creates a transaction update job request object
Public methodStatic memberCreateUpdateStatsJob
Creates a Statistics update job request object
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWithLabel
A fluent API wrapper for setting the user-friendly label for a job

Properties

  NameDescription
Public propertyJobParameters
Get or set the parameters to pass into the job
Public propertyJobType
Get or set the string identifier for the type of job to be created
Public propertyLabel
Get or set the string label for this job.
Public propertyStoreName
Get or set the name of the store that the job is to be executed against.

See Also