createSeedFile
createSeedFile(sourcePath: string, seedPath: string, options: CreateSeedFileOptions, signal?: AbortSignal): Promise<SeedInfo>
Create and atomically publish a seed file in Node.js.
Parameters
| Name | Type | Description |
|---|---|---|
sourcePath | string | Parameter sourcePath of createSeedFile. |
seedPath | string | Parameter seedPath of createSeedFile. |
options | CreateSeedFileOptions | Parameter options of createSeedFile. |
signal | AbortSignal | Parameter signal of createSeedFile. |
Returns
Promise<SeedInfo>
Source
This page is generated from SDK source metadata and the translation catalog.