Skip to content
Docs Try Aspire
Docs Try

IAspireStore

Interface
📦 Aspire.Hosting v13.4.0
interface IAspireStore {
readonly basePath: string;
getFileNameWithContent(
filenameTemplate: string,
sourceFilename: string): string;
}

Properties

property basePath string get
Gets the base path of this store.

Methods

Gets a deterministic file path that is a copy of the `sourceFilename`. The resulting file name will depend on the content of the file.
getFileNameWithContent(
filenameTemplate: string,
sourceFilename: string): string
filenameTemplate string
sourceFilename string
string