Skip to content

Commit 862f0d0

Browse files
authored
Update lightingest.md
format fix
1 parent efbae94 commit 862f0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-explorer/lightingest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The `-creationTimePattern` argument extracts the CreationTime property from the
8383
The argument values must include:
8484
* Constant test immediately preceding the timestamp, enclosed in single quotes
8585
* The timestamp format, in standard [.NET DateTime notation](https://docs.microsoft.com/dotnet/standard/base-types/custom-date-and-time-format-strings)
86-
* Constant text immediately following the timestamp. For example, if blob names end with 'historicalvalues19840101.parquet' (the timestamp is four digits for the year, two digits for the month, and two digits for the day of month), the corresponding value for the `-creationTimePattern` argument is:
86+
* Constant text immediately following the timestamp. For example, if blob names end with `historicalvalues19840101.parquet` (the timestamp is four digits for the year, two digits for the month, and two digits for the day of month), the corresponding value for the `-creationTimePattern` argument is:
8787
8888
```
8989
ingest-{Cluster name and region}.kusto.windows.net;AAD Federated Security=True -db:{Database} -table:Trips -source:"https://{Account}.blob.core.windows.net/{ROOT_CONTAINER};{StorageAccountKey}" -creationTimePattern:"'historicalvalues'yyyyMMdd'.parquet'"

0 commit comments

Comments
 (0)