簽名:
export declare class NamespaceBuilder
建構函式
建構函式 | 修飾符 | 說明 |
---|---|---|
(建構函式)(資料庫、選項、命名空間) | 建構 NamespaceBuilder 類別的新例項 |
方法
方法 | 修飾符 | 說明 |
---|---|---|
document(路徑) |
Firestore.NamespaceBuilder.(建構函式)
建構 NamespaceBuilder
類別的新例項
簽名:
constructor(database: string, options: DeploymentOptions, namespace?: string);
參數
參數 | 類型 | 說明 |
---|---|---|
資料庫 | 字串 | |
選項 | DeploymentOptions | |
命名空間 | 字串 |
Firestore.NamespaceBuilder.document()
簽名:
document<Path extends string>(path: Path): DocumentBuilder<Path>;
參數
參數 | 類型 | 說明 |
---|---|---|
路徑 | 路徑 |
傳回:
DocumentBuilder<路徑>