StoreOperationsBatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET