Packages > @fluid-experimental/odsp-client > OdspClientProps

OdspClientProps Interface

WARNING: This API is provided as a beta preview and may change without notice. Use at your own risk.

Signature

export interface OdspClientProps

Properties

Property Alerts Modifiers Type Description
configProvider BETA optional, readonly IConfigProviderBase Base interface for providing configurations to control experimental features. If unsure, leave this undefined.
connection BETA readonly OdspConnectionConfig Configuration for establishing a connection with the ODSP Fluid Service (Push).
logger BETA optional, readonly ITelemetryBaseLogger Optional. A logger instance to receive diagnostic messages.

Property Details

configProvider (BETA)

Base interface for providing configurations to control experimental features. If unsure, leave this undefined.

WARNING: This API is provided as a beta preview and may change without notice. Use at your own risk.

Signature

readonly configProvider?: IConfigProviderBase;

connection (BETA)

Configuration for establishing a connection with the ODSP Fluid Service (Push).

WARNING: This API is provided as a beta preview and may change without notice. Use at your own risk.

Signature

readonly connection: OdspConnectionConfig;

logger (BETA)

Optional. A logger instance to receive diagnostic messages.

WARNING: This API is provided as a beta preview and may change without notice. Use at your own risk.

Signature

readonly logger?: ITelemetryBaseLogger;