Packages

c

io.xskipper.status

IndexStatusResult

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
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IndexStatusResult
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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

Value Members

  1. val indexes: Seq[Index]
  2. val metadataStoreSpecificProperties: Map[String, String]
  3. val metadataVersionStatus: MetadataVersionStatus
  4. val numberOfIndexedObjects: Long