WithKey(Config<string>) Method
Sets the metadata key where the table will be stored (default of "Table").
Namespace
Statiq.Tables
Containing Type
ReadCsv

Syntax

public ReadCsv WithKey(Config<string> key)

Parameters

Name Type Description
key Config<string> The metadata key to store the table in.

Return Value

Type Description
ReadCsv The current module instance.