SourceControlSyncJobStreamType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
StreamType enum represents the 6 types of Powershell Streams supported.
public enum SourceControlSyncJobStreamType
type SourceControlSyncJobStreamType =
Public Enum SourceControlSyncJobStreamType
- Inheritance
-
SourceControlSyncJobStreamType
Fields
Name | Value | Description |
---|---|---|
Any | 0 | Indicates Generic stream. Used for querying all the streams regardless of the type. |
Output | 1 | Indicates Output Record streams |
Error | 2 | Indicates Error Record streams |