Package version:

Interface TextDocumentBatchStatistics

if includeStatistics=true was specified in the request this field will contain information about the request payload.

Hierarchy

  • TextDocumentBatchStatistics

Indexable

[property: string]: any

Properties

documentCount: number

Number of documents submitted in the request.

erroneousDocumentCount: number

Number of invalid documents. This includes empty, over-size limit or non-supported languages documents.

transactionCount: number

Number of transactions for the request.

validDocumentCount: number

Number of valid documents. This excludes empty, over-size limit or non-supported languages documents.

Generated using TypeDoc