GetStreamMetaDataCmdFlags Enumeration
|
Flags for the istat command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum GetStreamMetaDataCmdFlags
<FlagsAttribute>
Public Enumeration GetStreamMetaDataCmdFlags
[FlagsAttribute]
public enum class GetStreamMetaDataCmdFlags
[<FlagsAttribute>]
type 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.
|
See Also