Packages

case class JsonReindex(name: String, profile: String, uri: String, keyIndexMethod: PipelineKeyIndexMethod, type: PipelineExprType) extends Reindex with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonReindex
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Reindex
  7. PipelineExpr
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsonReindex(name: String, profile: String, uri: String, keyIndexMethod: PipelineKeyIndexMethod, type: PipelineExprType)

Value Members

  1. val keyIndexMethod: PipelineKeyIndexMethod
    Definition Classes
    JsonReindexReindex
  2. val name: String
    Definition Classes
    JsonReindexReindex
  3. val profile: String
    Definition Classes
    JsonReindexReindex
  4. val type: PipelineExprType
    Definition Classes
    JsonReindexPipelineExpr
  5. val uri: String
    Definition Classes
    JsonReindexReindex
  6. def ~(other: Option[PipelineExpr]): PipelineConstructor
    Definition Classes
    PipelineExpr
  7. def ~(other: PipelineExpr): PipelineConstructor
    Definition Classes
    PipelineExpr