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