Group Class |
Namespace: Perforce.P4
The Group type exposes the following members.
| Name | Description | |
|---|---|---|
| Group(String) |
Create a group supplying the name.
| |
| Group(String, Int32, Int32, Int32, Int32, Int32, IListString, IListString, IListString, FormSpec) | Obsolete.
Create a group providing all of the properties
| |
| Group(String, Int32, Int32, Int32, Int32, Int32, Int32, IListString, IListString, IListString, FormSpec) | Obsolete.
Create a group providing all of the properties
| |
| Group(String, String, Int32, Int32, Int32, Int32, Int32, Int32, Int32, IListString, IListString, IListString, FormSpec) | Initializes a new instance of the Group class |
| Name | Description | |
|---|---|---|
| Description |
A description about this group
| |
| Id |
The name of the group.
| |
| MaxLockTime |
Limits the time (in milliseconds, unless 'unlimited' or
'unset') any one operation can lock any database table when
scanning data.
| |
| MaxMemory | ||
| MaxOpenFiles |
The maximum number of files that a member of a group
can open using a single command.
| |
| MaxResults |
Limits the rows (unless 'unlimited' or 'unset') any one
operation can return to the client.
| |
| MaxScanRows |
Limits the rows (unless 'unlimited' or 'unset') any one
operation can scan from any one database table.
| |
| OwnerNames |
Users allowed to change this group without requiring super
access permission.
| |
| PasswordTimeout |
A time (in seconds, unless 'unlimited' or 'unset')
which determines how long a 'p4 password'
password remains valid (default is unset).
| |
| Spec | ||
| SubGroups |
Other groups automatically included in this group.
| |
| TimeOut |
A time (in seconds, unless 'unlimited' or 'unset')
which determines how long a 'p4 login'
session ticket remains valid (default is 12 hours).
| |
| UserNames |
The users in the group.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| FromGroupCmdTaggedOutput |
Read the fields from the tagged output of a group command
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Parse |
Parse the fields from a group specification
| |
| ToString |
Convert to specification in server format
(Overrides ObjectToString.) | |
| ToString(Int32) |
Convert to specification in server format
|