updates to thread through maxCharsToStore

This commit is contained in:
Christopher C
2021-08-18 21:38:12 -07:00
parent ccd2ec446d
commit 6eb5b7668c
3 changed files with 14 additions and 1 deletions

View File

@@ -97,6 +97,11 @@ namespace Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
/// Encoding of the CSV file
/// </summary>
public string Encoding { get; set; }
/// <summary>
/// Maximum number of characters to store
/// </summary>
public int MaxCharsToStore { get; set; }
}
/// <summary>