Class BatchChangeSet<RequestT> 
Constructors
constructor
- new BatchChangeSet<RequestT>(requests: RequestT[], boundary?: string): BatchChangeSet<RequestT>
- Type parameters- Parameters- requests: RequestT[]
- Optional boundary: string
 
Properties
Readonly boundary
boundary: string
Readonly requests
requests: RequestT[]
Representation of a batch change set, which holds a collection of write operations.