Class GroupedFields
Grouped fields are aliases for groups of related UDM fields. All fields grouped together are of type string.
Implements
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class GroupedFields : IMessage<GroupedFields>, IEquatable<GroupedFields>, IDeepCloneable<GroupedFields>, IBufferMessage, IMessage
Constructors
GroupedFields()
Declaration
public GroupedFields()
GroupedFields(GroupedFields)
Declaration
public GroupedFields(GroupedFields other)
Parameters
| Type | Name | Description |
|---|---|---|
| GroupedFields | other |
Properties
Domain
Domains.
Declaration
public RepeatedField<string> Domain { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
Emails.
Declaration
public RepeatedField<string> Email { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
FilePath
File paths.
Declaration
public RepeatedField<string> FilePath { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
Hash
File Hashes.
Declaration
public RepeatedField<string> Hash { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
Hostname
Hostnames.
Declaration
public RepeatedField<string> Hostname { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
Ip
IP addresses.
Declaration
public RepeatedField<string> Ip { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
ProcessId
Process Identifiers.
Declaration
public RepeatedField<string> ProcessId { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
User
Users.
Declaration
public RepeatedField<string> User { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |