Aracılığıyla paylaş


TimeSeriesDatabaseConnection.DefinitionStages.WithProperties Interface

public static interface TimeSeriesDatabaseConnection.DefinitionStages.WithProperties

The stage of the TimeSeriesDatabaseConnection definition allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withProperties(TimeSeriesDatabaseConnectionProperties properties)

Specifies the properties property: Properties of a specific time series database connection..

Method Details

withProperties

public abstract TimeSeriesDatabaseConnection.DefinitionStages.WithCreate withProperties(TimeSeriesDatabaseConnectionProperties properties)

Specifies the properties property: Properties of a specific time series database connection..

Parameters:

properties - Properties of a specific time series database connection.

Returns:

the next definition stage.

Applies to