Property FailedOperationResult
FailedOperationResult
Gets the result of the failed Put or Delete sub operation that
resulted in the entire operation aborting.
Declaration
public WriteOperationResult<TRow> FailedOperationResult { get; }
Property Value
| Type | Description |
|---|---|
| WriteOperationResult<TRow> |
Result of the failed Put or Delete sub operation if the entire
operation was aborted, otherwise null.
|