StoreOperationsBatch Class

Definition

Represents a series of operations that happened within the context of a single action such as a server push or pull.

public sealed class StoreOperationsBatch
type StoreOperationsBatch = class
Public NotInheritable Class StoreOperationsBatch
Inheritance
StoreOperationsBatch

Constructors

StoreOperationsBatch(String, StoreOperationSource)

Create a new batch of store operations.

Properties

BatchId

The ID of the batch this operation belongs to.

OperationCount

The number of operations executed within this batch.

Source

Describes the source this operation was triggered from.

Methods

GetOperationCountByKind(LocalStoreOperationKind)

Gets the number of operations matching the provided operation kind executed within this batch.

Applies to