Service Clients > @fluidframework/azure-client > AzureLocalConnectionConfig
AzureLocalConnectionConfig Interface
Parameters for establishing a local connection with a local instance of the Azure Fluid Relay.
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
export interface AzureLocalConnectionConfig extends AzureConnectionConfig
Extends: AzureConnectionConfig
Properties
Property | Alerts | Type | Description |
---|---|---|---|
type |
ALPHA
|
"local" | The type of connection. Set to a remote connection. |
Property Details
type (ALPHA)
The type of connection. Set to a remote connection.
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
type: "local";