DocCounts
public struct DocCounts : Codable, Equatable
Document counts.
-
Total number of documents.
Declaration
Swift
public var total: Int? -
Number of pending documents.
Declaration
Swift
public var pending: Int? -
Number of documents successfully processed.
Declaration
Swift
public var successful: Int? -
Number of documents not successfully processed.
Declaration
Swift
public var failed: Int?
View on GitHub
DocCounts Structure Reference