Interface for a factory that creates filesystem readers/writers
Namespace:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
Assembly:Microsoft.SqlTools.ServiceLayer.dll
public interface IFileStreamFactory
Methods
|
Improve this Doc
View Source
Declaration
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
void DisposeFile(string fileName)
Parameters
| Type |
Name |
Description |
| System.String |
fileName |
|
|
Improve this Doc
View Source
Declaration
IFileStreamReader GetReader(string fileName)
Parameters
| Type |
Name |
Description |
| System.String |
fileName |
|
Returns
|
Improve this Doc
View Source
Declaration
IFileStreamWriter GetWriter(string fileName, int maxCharsToStore, int maxXmlCharsToStore)
Parameters
| Type |
Name |
Description |
| System.String |
fileName |
|
| System.Int32 |
maxCharsToStore |
|
| System.Int32 |
maxXmlCharsToStore |
|
Returns