TransactionalBatchOperationResult<T> Class

Definition

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

public class TransactionalBatchOperationResult<T> : Microsoft.Azure.Cosmos.TransactionalBatchOperationResult
type TransactionalBatchOperationResult<'T> = class
    inherit TransactionalBatchOperationResult
Public Class TransactionalBatchOperationResult(Of T)
Inherits TransactionalBatchOperationResult

Type Parameters

T

The type of the Resource which this class wraps.

Inheritance
TransactionalBatchOperationResult<T>

Constructors

TransactionalBatchOperationResult<T>()

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

Properties

ETag

Gets the entity tag associated with the resource.

(Inherited from TransactionalBatchOperationResult)
IsSuccessStatusCode

Gets a value indicating whether the current operation completed successfully.

(Inherited from TransactionalBatchOperationResult)
Resource

Gets the content of the resource.

ResourceStream

Gets the content of the resource.

(Inherited from TransactionalBatchOperationResult)
RetryAfter

In case the operation is rate limited, indicates the time post which a retry can be attempted.

(Inherited from TransactionalBatchOperationResult)
StatusCode

Gets the completion status of the operation.

(Inherited from TransactionalBatchOperationResult)

Applies to