Service Clients > @fluidframework/azure-client > AzureContainerServices
AzureContainerServices Interface
Holds the functionality specifically tied to the Azure Fluid Relay, and how the data stored in the FluidContainer is persisted in the backend and consumed by users.
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
export interface AzureContainerServices
Remarks
Returned by the AzureClient alongside a @fluidframework/fluid-static#FluidContainer.
Any functionality regarding how the data is handled within the FluidContainer itself, i.e. which data objects or DDSes to use, will not be included here but rather on the FluidContainer class itself.
Properties
Property | Alerts | Type | Description |
---|---|---|---|
audience |
ALPHA
|
IAzureAudience | Provides an object that can be used to get the users that are present in this Fluid session and listeners for when the roster has any changes from users joining/leaving the session |
Property Details
audience (ALPHA)
Provides an object that can be used to get the users that are present in this Fluid session and listeners for when the roster has any changes from users joining/leaving the session
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
audience: IAzureAudience;