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