DataflowEndpointDataExplorer Class
- java.
lang. Object - com.
azure. resourcemanager. iotoperations. models. DataflowEndpointDataExplorer
- com.
Implements
public final class DataflowEndpointDataExplorer
implements JsonSerializable<DataflowEndpointDataExplorer>
Azure Data Explorer endpoint properties.
Constructor Summary
| Constructor | Description |
|---|---|
| DataflowEndpointDataExplorer() |
Creates an instance of Dataflow |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Dataflow |
authentication()
Get the authentication property: Authentication configuration. |
|
Batching |
batching()
Get the batching property: Azure Data Explorer endpoint batching configuration. |
| String |
database()
Get the database property: Database name. |
|
static
Dataflow |
fromJson(JsonReader jsonReader)
Reads an instance of Dataflow |
| String |
host()
Get the host property: Host of the Azure Data Explorer in the form of <cluster>.<region>.kusto. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Dataflow |
withAuthentication(DataflowEndpointDataExplorerAuthentication authentication)
Set the authentication property: Authentication configuration. |
|
Dataflow |
withBatching(BatchingConfiguration batching)
Set the batching property: Azure Data Explorer endpoint batching configuration. |
|
Dataflow |
withDatabase(String database)
Set the database property: Database name. |
|
Dataflow |
withHost(String host)
Set the host property: Host of the Azure Data Explorer in the form of <cluster>.<region>.kusto. |
Methods inherited from java.lang.Object
Constructor Details
DataflowEndpointDataExplorer
public DataflowEndpointDataExplorer()
Creates an instance of DataflowEndpointDataExplorer class.
Method Details
authentication
public DataflowEndpointDataExplorerAuthentication authentication()
Get the authentication property: Authentication configuration. NOTE - only authentication property is allowed per entry.
Returns:
batching
public BatchingConfiguration batching()
Get the batching property: Azure Data Explorer endpoint batching configuration.
Returns:
database
public String database()
Get the database property: Database name.
Returns:
fromJson
public static DataflowEndpointDataExplorer fromJson(JsonReader jsonReader)
Reads an instance of DataflowEndpointDataExplorer from the JsonReader.
Parameters:
Returns:
Throws:
host
public String host()
Get the host property: Host of the Azure Data Explorer in the form of <cluster>.<region>.kusto.windows.net .
Returns:
toJson
withAuthentication
public DataflowEndpointDataExplorer withAuthentication(DataflowEndpointDataExplorerAuthentication authentication)
Set the authentication property: Authentication configuration. NOTE - only authentication property is allowed per entry.
Parameters:
Returns:
withBatching
public DataflowEndpointDataExplorer withBatching(BatchingConfiguration batching)
Set the batching property: Azure Data Explorer endpoint batching configuration.
Parameters:
Returns:
withDatabase
public DataflowEndpointDataExplorer withDatabase(String database)
Set the database property: Database name.
Parameters:
Returns:
withHost
public DataflowEndpointDataExplorer withHost(String host)
Set the host property: Host of the Azure Data Explorer in the form of <cluster>.<region>.kusto.windows.net .
Parameters:
Returns: