Click or drag to resize

StreamType Enumeration

Defines the expected flow of change between a stream and its parent.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum StreamType
Members
  Member nameValueDescription
Development0 Development: Default. Direction of flow is to parent stream with copy and from parent stream with merge.
Mainline1 Mainline: May not have a parent.
Release2 Release: Direction of flow is to parent with merge and from parent with copy.
Virtual4 Virtual: Not a stream but an alternative view of its parent stream.
Task8 Task: A lightweight short-lived stream that only promotes modified content to the repository, branched data is stored in shadow tables that are removed when the task stream is deleted or unloaded.
See Also