Skip to content

Commit

Permalink
Merge pull request #6284 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
9/30/2024 AM Publish
  • Loading branch information
Taojunshen authored Sep 30, 2024
2 parents 3adbe1d + 01d9522 commit af8db0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-explorer/kusto/api/connection-strings/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The following table describes the types of connection string formats in Kusto.
|--|--|
[Kusto connection strings](kusto.md)|Describe how to communicate with a Kusto service endpoint. Kusto connection strings are modeled after [ADO.NET connection strings](/dotnet/framework/data/adonet/connection-string-syntax).|
|[Storage connection strings](storage-connection-strings.md)|Describe how to point Kusto at an external storage service such as Azure Blob Storage and Azure Data Lake Storage.|
|[SQL connection strings](storage-connection-strings.md)|Describe how to point Kusto at an external SQL Server database for query or to [export data to SQL](../../management/data-export/export-data-to-sql.md). These connection strings adhere to the [SqlClient connection strings](/dotnet/framework/data/adonet/connection-string-syntax#sqlclient-connection-strings) specification.|
|[SQL connection strings](sql-connection-strings.md)|Describe how to point Kusto at an external SQL Server database for query or to [export data to SQL](../../management/data-export/export-data-to-sql.md). These connection strings adhere to the [SqlClient connection strings](/dotnet/framework/data/adonet/connection-string-syntax#sqlclient-connection-strings) specification.|

> [!NOTE]
> To learn how to specify security principals in connection strings, see [Referencing security principals](../../management/reference-security-principals.md).
Expand Down
2 changes: 1 addition & 1 deletion data-explorer/kusto/management/merge-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The merge policy contains the following properties:
* `Default` - The system-managed default. This is the recommended and default value, whose period is currently set to 14 days.
* `All` - All extents, hot and cold, are included.
* `HotCache` - Only hot extents are included.
* `Custom` - Only extents whose age is under the provided `CustomPeriod` are included. `CustomPeriod` is a timespan value.
* `Custom` - Only extents whose age is under the provided `CustomPeriod` are included. `CustomPeriod` is a timespan value in the format `dd.hh:mm`.

## Default policy example

Expand Down

0 comments on commit af8db0c

Please sign in to comment.