Table of Contents

Class TransactionalBatchOperationResult<T>

Namespace
Microsoft.Azure.Cosmos
Assembly
Microsoft.Azure.Cosmos.Client.dll

Represents a result for a specific operation that is part of a batch.

public class TransactionalBatchOperationResult<T> : TransactionalBatchOperationResult

Type Parameters

T

The type of the Resource which this class wraps.

Inheritance
TransactionalBatchOperationResult<T>
Inherited Members
Extension Methods

Constructors

TransactionalBatchOperationResult()

Initializes a new instance of the TransactionalBatchOperationResult<T> class.

protected TransactionalBatchOperationResult()

Properties

Resource

Gets the content of the resource.

public virtual T Resource { get; set; }

Property Value

T