firestore.NamespaceBuilder class

Unterschrift:

export declare class NamespaceBuilder 

Konstrukteure

Konstrukteur Modifikatoren Beschreibung
(Konstruktor)(Datenbank, Optionen, Namespace) Konstruiert eine neue Instanz der NamespaceBuilder -Klasse

Methoden

Methode Modifikatoren Beschreibung
Dokument(Pfad)

firestore.NamespaceBuilder.(Konstruktor)

Konstruiert eine neue Instanz der NamespaceBuilder -Klasse

Unterschrift:

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

Parameter

Parameter Typ Beschreibung
Datenbank Zeichenfolge
Optionen Bereitstellungsoptionen
Namensraum Zeichenfolge

firestore.NamespaceBuilder.document()

Unterschrift:

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

Parameter

Parameter Typ Beschreibung
Weg Weg

Kehrt zurück:

DocumentBuilder <Pfad>