Packages > @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.

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 Type Description
audience 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

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

Signature

audience: IAzureAudience;