DirectoryFactory Class
IChannelFactory for ISharedDirectory.
To use, import via @fluidframework/map/legacy
.
For more information about our API support guarantees, see here.
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.
To use, import via @fluidframework/map/alpha
.
For more information about our API support guarantees, see here.
Signature
get attributes(): IChannelAttributes;
Type: IChannelAttributes
Attributes
Attributes of the channel.
To use, import via @fluidframework/map/alpha
.
For more information about our API support guarantees, see here.
Signature
static readonly Attributes: IChannelAttributes;
Type: IChannelAttributes
type
String representing the type of the factory.
To use, import via @fluidframework/map/alpha
.
For more information about our API support guarantees, see here.
Signature
get type(): string;
Type: string
Type
String representing the type of the factory.
To use, import via @fluidframework/map/alpha
.
For more information about our API support guarantees, see here.
Signature
static readonly Type = "https://graph.microsoft.com/types/directory";