TransactionalBatchOperationResult Class

Definition

Represents a result for a specific operation that was part of a TransactionalBatch request.

public class TransactionalBatchOperationResult
type TransactionalBatchOperationResult = class
Public Class TransactionalBatchOperationResult
Inheritance
TransactionalBatchOperationResult
Derived

Constructors

TransactionalBatchOperationResult()

Initializes a new instance of the TransactionalBatchOperationResult class.

Properties

ETag

Gets the entity tag associated with the resource.

IsSuccessStatusCode

Gets a value indicating whether the current operation completed successfully.

ResourceStream

Gets the content of the resource.

RetryAfter

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

StatusCode

Gets the completion status of the operation.

Applies to