Flags for the istat command.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)
Syntax
| C# |
|---|
[FlagsAttribute] public enum GetStreamMetaDataCmdFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration GetStreamMetaDataCmdFlags |
| Visual C++ |
|---|
[FlagsAttribute] public enum class GetStreamMetaDataCmdFlags |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No flags. | |
| Reverse | 1 | The -r flag shows the status of integration to the stream from its parent. By default, status of integration in the other direction is shown, from the stream to its parent. | |
| All | 2 | The -a flag shows status of integration in both directions. | |
| Refresh | 4 | The -c flag forces 'p4 istat' to assume the cache is stale; it causes a search for pending integrations. Use of this flag can impact server performance. | |
| Cached | 8 | The -s flag shows cached state without refreshing stale data. |