case class JsonReindex(name: String, profile: String, uri: String, keyIndexMethod: PipelineKeyIndexMethod, type: PipelineExprType) extends Reindex with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsonReindex
- Serializable
- Serializable
- Product
- Equals
- Reindex
- PipelineExpr
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JsonReindex(name: String, profile: String, uri: String, keyIndexMethod: PipelineKeyIndexMethod, type: PipelineExprType)
Value Members
-
val
keyIndexMethod: PipelineKeyIndexMethod
- Definition Classes
- JsonReindex → Reindex
-
val
name: String
- Definition Classes
- JsonReindex → Reindex
-
val
profile: String
- Definition Classes
- JsonReindex → Reindex
-
val
type: PipelineExprType
- Definition Classes
- JsonReindex → PipelineExpr
-
val
uri: String
- Definition Classes
- JsonReindex → Reindex
-
def
~(other: Option[PipelineExpr]): PipelineConstructor
- Definition Classes
- PipelineExpr
-
def
~(other: PipelineExpr): PipelineConstructor
- Definition Classes
- PipelineExpr