firestore.NamespaceBuilder class

サイン:

export declare class NamespaceBuilder 

コンストラクター

コンストラクタ修飾子説明
(コンストラクター)(データベース、オプション、名前空間) NamespaceBuilderクラスの新しいインスタンスを構築します

メソッド

方法修飾子説明
ドキュメント(パス)

firestore.NamespaceBuilder.(コンストラクター)

NamespaceBuilderクラスの新しいインスタンスを構築します

サイン:

constructor(database: string, options: DeploymentOptions, namespace?: string);

パラメーター

パラメータタイプ説明
データベース
オプション導入オプション
名前空間

firestore.NamespaceBuilder.document()

サイン:

document<Path extends string>(path: Path): DocumentBuilder<Path>;

パラメーター

パラメータタイプ説明
パスパス

戻り値:

ドキュメントビルダー<パス>