Skip to main content

DirectoryFactory Class

IChannelFactory for ISharedDirectory.

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/map/legacy.

For more information about our API support guarantees, see here.

Sealed

This type is "sealed," meaning that code outside of the library defining it should not implement or extend it. Future versions of this type may add members or make typing of readonly members more specific.

Signature

/** @sealed */
export declare class DirectoryFactory implements IChannelFactory<ISharedDirectory>

Implements: IChannelFactory<ISharedDirectory>

Static Properties

Property Alerts Modifiers Type Description
Attributes Alpha readonly IChannelAttributes Attributes of the channel.
Type Alpha readonly String representing the type of the factory.

Properties

Property Alerts Modifiers Type Description
attributes Alpha readonly IChannelAttributes Attributes of the channel.
type Alpha readonly string String representing the type of the factory.

Property Details

attributes

Attributes of the channel.

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Sealed

This type is "sealed," meaning that code outside of the library defining it should not implement or extend it. Future versions of this type may add members or make typing of readonly members more specific.

Signature
get attributes(): IChannelAttributes;

Type: IChannelAttributes

Attributes

Attributes of the channel.

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Sealed

This type is "sealed," meaning that code outside of the library defining it should not implement or extend it. Future versions of this type may add members or make typing of readonly members more specific.

Signature
static readonly Attributes: IChannelAttributes;

Type: IChannelAttributes

type

String representing the type of the factory.

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Sealed

This type is "sealed," meaning that code outside of the library defining it should not implement or extend it. Future versions of this type may add members or make typing of readonly members more specific.

Signature
get type(): string;

Type: string

Type

String representing the type of the factory.

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Sealed

This type is "sealed," meaning that code outside of the library defining it should not implement or extend it. Future versions of this type may add members or make typing of readonly members more specific.

Signature
static readonly Type = "https://graph.microsoft.com/types/directory";