Share via


BatchFailedEntriesResponse Class

Definition

Specifies the failed entries response. Contains a list of BatchFailedEntry.

public class BatchFailedEntriesResponse
type BatchFailedEntriesResponse = class
Public Class BatchFailedEntriesResponse
Inheritance
BatchFailedEntriesResponse

Constructors

BatchFailedEntriesResponse()

Initializes a new instance of the BatchFailedEntriesResponse class.

Properties

ContinuationToken

Gets or sets the continuation token for paginated results.

FailedEntries

Gets the list of failed entries result of a batch operation.

Applies to