The StreamInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StreamInfo |
StreamInfo constructor
|
Properties
Name | Description | |
---|---|---|
CommittedLength |
Committed length of the stream.
| |
CosmosPath |
The actual cosmos path of the stream.
| |
CreateTime |
The time when the stream was created.
| |
Description |
Description on the directory
| |
ExpireTime |
The time when the stream will expire.
| |
Flags |
flags of a stream
| |
HasLength |
Is stream length info available.
| |
IsComplete |
Is the stream complete.
| |
IsDirectory |
This shows if the stream is a file or a directory. If the value of IsDirectory is true, then the stream is a
directory.
| |
Length |
Length of the stream.
| |
NumExtents |
Number of extents of this streams.
| |
NumPendingExtents |
Number of extents of this stream pending geo-replication or cross volume copy. This value is for estimating completion time and does not
indicate that the stream is complete and ready to use. To determine if the stream is complete, IsComplete will be set to true.
| |
Permissions |
Permissions on the directory
| |
ProviderVC |
The provider VC of the stream (i.e) the VC on which the stream actually exists. Note that, one might be
able to access a stream on a VC through mount points, though the actual stream might be present on a different VC.
| |
PublishedUpdateTime |
Time when the stream was updated last.
| |
StreamID |
GUID of the stream.
| |
StreamName |
Name of the stream.
| |
Vol |
Volume on which the stream exists.
|