The StreamInfo type exposes the following members.

Properties

  NameDescription
Public propertyCommittedLength
Committed length of the stream.
Public propertyCosmosPath
The actual cosmos path of the stream.
Public propertyCreateTime
The time when the stream was created.
Public propertyDescription
Description on the directory
Public propertyExpireTime
The time when the stream will expire.
Public propertyFlags
flags of a stream
Public propertyHasLength
Is stream length info available.
Public propertyIsComplete
Is the stream complete.
Public propertyIsDirectory
This shows if the stream is a file or a directory. If the value of IsDirectory is true, then the stream is a directory.
Public propertyLength
Length of the stream.
Public propertyNumExtents
Number of extents of this streams.
Public propertyNumPendingExtents
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.
Public propertyPermissions
Permissions on the directory
Public propertyProviderVC
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.
Public propertyPublishedUpdateTime
Time when the stream was updated last.
Public propertyStreamID
GUID of the stream.
Public propertyStreamName
Name of the stream.
Public propertyVol
Volume on which the stream exists.

See Also