case class IndexStatusResult(indexes: Seq[Index], numberOfIndexedObjects: Long, metadataStoreSpecificProperties: Map[String, String], metadataVersionStatus: MetadataVersionStatus) extends Product with Serializable
Case class to represent the index status
- indexes
the set of indexes defined on the dataset
- numberOfIndexedObjects
the number of indexed objects in the dataset
- metadataStoreSpecificProperties
a Map of metadatastore specific parameters
- metadataVersionStatus
the version status of the metadata
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IndexStatusResult
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
IndexStatusResult(indexes: Seq[Index], numberOfIndexedObjects: Long, metadataStoreSpecificProperties: Map[String, String], metadataVersionStatus: MetadataVersionStatus)
- indexes
the set of indexes defined on the dataset
- numberOfIndexedObjects
the number of indexed objects in the dataset
- metadataStoreSpecificProperties
a Map of metadatastore specific parameters
- metadataVersionStatus
the version status of the metadata