Class BatchOperationResultDetail<T>
Inheritance
BatchOperationResultDetail<T>
Namespace: System.Dynamic.ExpandoObject
Syntax
public class BatchOperationResultDetail<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.
Declaration
public IEnumerable<T> SucceededItems { get; }
Property Value