StagingResultCriteria.All Property

Definition

Gets or sets a value that indicates whether all batches should be returned.

public:
 property bool All { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public bool All { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.All : bool with get, set
Public Property All As Boolean

Property Value

true if all batches should be returned; otherwise, false.

Attributes

Applies to