TimeSeriesDatabaseConnection.UpdateStages.WithProperties Interface

public static interface TimeSeriesDatabaseConnection.UpdateStages.WithProperties

The stage of the TimeSeriesDatabaseConnection update allowing to specify properties.

Method Summary

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

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

Method Details

withProperties

public abstract TimeSeriesDatabaseConnection.Update 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