This function gets the
StreamInfo for a given directory.
Namespace: Microsoft.Cosmos.ManagementAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public List<StreamInfo> GetDirectoryInfo(
CosmosUri directoryName,
bool compression
) |
Visual Basic |
---|
Public Function GetDirectoryInfo ( _
directoryName As CosmosUri, _
compression As Boolean _
) As List(Of StreamInfo) |
Visual C++ |
---|
public:
List<StreamInfo^>^ GetDirectoryInfo(
CosmosUri^ directoryName,
bool compression
) |
Parameters
- directoryName
- Type: CosmosUri
The name of the directory on the VC for which the information is required.
- compression
- Type: Boolean
Whether compression should be used while communicating with the VC.
Return Value
List of streamInfo objects each of which corresponds to the streams and directories inside the
directory.
See Also