Class SearchAttributes
A user-defined set of indexed fields that are used/exposed when listing/searching workflows.
The payload is not serialized in a user-defined way.
Inheritance
SearchAttributes
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class SearchAttributes : Google.Protobuf.IMessage<SearchAttributes>, Google.Protobuf.IBufferMessage
Constructors
SearchAttributes()
Declaration
public SearchAttributes()
SearchAttributes(SearchAttributes)
Declaration
public SearchAttributes(SearchAttributes other)
Parameters
Fields
IndexedFieldsFieldNumber
Field number for the "indexed_fields" field.
Declaration
public const int IndexedFieldsFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
IndexedFields
Declaration
public Google.Protobuf.Collections.MapField<string, Payload> IndexedFields { get; }
Property Value
Type |
Description |
Google.Protobuf.Collections.MapField<String, Payload> |
|
Parser
Declaration
public static Google.Protobuf.MessageParser<SearchAttributes> Parser { get; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public SearchAttributes Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(SearchAttributes)
Declaration
public bool Equals(SearchAttributes other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(SearchAttributes)
Declaration
public void MergeFrom(SearchAttributes other)
Parameters
ToString()
Declaration
public override string ToString()
Returns
WriteTo(Google.Protobuf.CodedOutputStream)
Declaration
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedOutputStream |
output |
|
Implements
Google.Protobuf.IBufferMessage
Extension Methods