firestore.NamespaceBuilder class

署名:

export declare class NamespaceBuilder 

コンストラクタ

コンストラクタ 修飾キー 説明
(コンストラクタ)(データベース, オプション, 名前空間) NamespaceBuilder クラスの新しいインスタンスを作成します。

メソッド

メソッド 修飾キー 説明
ドキュメント(パス)

Firestore.NamespaceBuilder.(コンストラクタ)

NamespaceBuilder クラスの新しいインスタンスを作成します。

署名:

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

パラメータ

パラメータ 説明
データベース 文字列
オプション DeploymentOptions
namespace 文字列

firestore.NamespaceBuilder.document()

署名:

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

パラメータ

パラメータ 説明
パス パス

戻り値:

DocumentBuilder<パス>