Uses of Class
com.cognite.client.RawRows
-
Packages that use RawRows Package Description com.cognite.client com.cognite.client.stream -
-
Uses of RawRows in com.cognite.client
Methods in com.cognite.client that return RawRows Modifier and Type Method Description static RawRowsRawRows. of(CogniteClient client)Constructs a newRawRowsobject using the provided client configuration.RawRowsRaw. rows()ReturnsRawRowsrepresenting the Cognite Raw rows api endpoint. -
Uses of RawRows in com.cognite.client.stream
Methods in com.cognite.client.stream with parameters of type RawRows Modifier and Type Method Description static RawPublisherRawPublisher. of(RawRows rawRows, String rawDbName, String rawTableName)For internal use.
-