StagingBatchStatus Enum

Definition

Specifies the processing status of a staging (import) batch.

public enum class StagingBatchStatus
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum StagingBatchStatus
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingBatchStatus = 
Public Enum StagingBatchStatus
Inheritance
StagingBatchStatus
Attributes

Fields

All 0

All statuses.

AllExceptCleared 6

This value indicates all statuses except for the Cleared status.

Cleared 5

The records in the batch have been deleted.

Completed 7

The batch is finished being processed.

NotRunning 2

The batch is not running and is not queued for processing.

QueuedToClear 4

The batch is queued for deletion of the records.

QueuedToRun 1

The batch is queued for processing.

Running 3

The batch is being processed.

Remarks

The StagingBatchStatus simple type specifies the processing status of a staging (import) batch.

Applies to