Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextDocumentBatchStatistics

Package version

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

Hierarchy

  • TextDocumentBatchStatistics

Index

Properties

documentCount

documentCount: number

Number of documents submitted in the request.

erroneousDocumentCount

erroneousDocumentCount: number

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

transactionCount

transactionCount: number

Number of transactions for the request.

validDocumentCount

validDocumentCount: number

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

Generated using TypeDoc