Class BatchOperationWithRequestIdResultDetail<T>
Inheritance
BatchOperationWithRequestIdResultDetail<T>
Namespace: System.Dynamic.ExpandoObject
Syntax
public class BatchOperationWithRequestIdResultDetail<T>
Type Parameters
Properties
Declaration
public IReadOnlyList<string> FailedIds { get; }
Property Value
Declaration
public IReadOnlyList<BatchResponseRow> FailedItems { get; }
Property Value
Declaration
public IReadOnlyList<string> SucceededIds { get; }
Property Value
Gets an enumerable containing all successful items of the operation and their respective request id.
Declaration
public IEnumerable<BatchOperationResultDetailRow<T>> SucceededItems { get; }
Property Value