public class DocumentCounts
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.Long |
available |
protected java.lang.Long |
failed |
protected java.lang.Long |
pending |
protected java.lang.Long |
processing |
Constructor and Description |
---|
DocumentCounts() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getAvailable()
Gets the available.
|
java.lang.Long |
getFailed()
Gets the failed.
|
java.lang.Long |
getPending()
Gets the pending.
|
java.lang.Long |
getProcessing()
Gets the processing.
|
protected java.lang.Long available
protected java.lang.Long processing
protected java.lang.Long failed
protected java.lang.Long pending
public java.lang.Long getAvailable()
The total number of available documents in the collection.
public java.lang.Long getProcessing()
The number of documents in the collection that are currently being processed.
public java.lang.Long getFailed()
The number of documents in the collection that failed to be ingested.
public java.lang.Long getPending()
The number of documents that have been uploaded to the collection, but have not yet started processing.