Creates a DataFrame
based on the schema derived from the bean class
Creates a DataFrame
based on the schema derived from the bean class
The bean class type to shape the data from CosmosDB into
encapsulating the data from CosmosDB
a DataFrame
Creates a DataFrame
inferring the schema by sampling data from CosmosDB.
Creates a DataFrame
inferring the schema by sampling data from CosmosDB.
Note: Prefer toDS[T](beanClass:Class[T])* as any computations will be more efficient.
a DataFrame
Creates a Dataset
from the RDD strongly typed to the provided java bean.
Creates a Dataset
from the RDD strongly typed to the provided java bean.
The type of the data from CosmosDB
encapsulating the data from CosmosDB
a Dataset