Package com.algolia.model.ingestion
Class DockerStreams
java.lang.Object
com.algolia.model.ingestion.DockerStreams
DockerStreams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddProperties(String propertiesItem) booleangetName()The name of the stream to fetch the data from (e.g.The properties of the stream to select (e.g.Get syncModeinthashCode()setProperties(List<String> properties) setSyncMode(DockerStreamsSyncMode syncMode) toString()
-
Constructor Details
-
DockerStreams
public DockerStreams()
-
-
Method Details
-
setName
-
getName
The name of the stream to fetch the data from (e.g. table name). -
setProperties
-
addProperties
-
getProperties
The properties of the stream to select (e.g. column). -
setSyncMode
-
getSyncMode
Get syncMode -
equals
-
hashCode
public int hashCode() -
toString
-