DockerStreams

algoliasearch.ingestion.DockerStreams
case class DockerStreams(name: String, properties: Option[Seq[String]], syncMode: DockerStreamsSyncMode)

DockerStreams

Value parameters

name

The name of the stream to fetch the data from (e.g. table name).

properties

The properties of the stream to select (e.g. column).

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product