Package com.ibm.cloud.cloudant.v1.model
Class DatabaseInformation
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.DatabaseInformation
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DatabaseInformation
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for information about a database.
-
Method Summary
Modifier and TypeMethodDescriptionGets the cluster.Gets the committedUpdateSeq.Gets the compactedSeq.Gets the dbName.Gets the diskFormatVersion.Gets the docCount.Gets the docDelCount.Gets the engine.Gets the partitionedIndexes.getProps()
Gets the props.getSizes()
Gets the sizes.Gets the updateSeq.getUuid()
Gets the uuid.Gets the compactRunning.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getCluster
Gets the cluster. Schema for database cluster information.- Returns:
- the cluster
-
getCommittedUpdateSeq
Gets the committedUpdateSeq. An opaque string that describes the committed state of the database.- Returns:
- the committedUpdateSeq
-
isCompactRunning
Gets the compactRunning. True if the database compaction routine is operating on this database.- Returns:
- the compactRunning
-
getCompactedSeq
Gets the compactedSeq. An opaque string that describes the compaction state of the database.- Returns:
- the compactedSeq
-
getDbName
Gets the dbName. The name of the database.- Returns:
- the dbName
-
getDiskFormatVersion
Gets the diskFormatVersion. The version of the physical format used for the data when it is stored on disk.- Returns:
- the diskFormatVersion
-
getDocCount
Gets the docCount. A count of the documents in the specified database.- Returns:
- the docCount
-
getDocDelCount
Gets the docDelCount. Number of deleted documents.- Returns:
- the docDelCount
-
getEngine
Gets the engine. The engine used for the database.- Returns:
- the engine
-
getProps
Gets the props. Schema for database properties.- Returns:
- the props
-
getSizes
Gets the sizes. Schema for size information of content.- Returns:
- the sizes
-
getUpdateSeq
Gets the updateSeq. An opaque string that describes the state of the database. Do not rely on this string for counting the number of updates.- Returns:
- the updateSeq
-
getUuid
Gets the uuid. The UUID of the database.- Returns:
- the uuid
-
getPartitionedIndexes
Gets the partitionedIndexes. Information about database's partitioned indexes.- Returns:
- the partitionedIndexes
-