Click or drag to resize

GetEventPropertyNamesResponse Class

* The response from getting the names of the event properties.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetEventPropertyNamesResponse

Namespace: Canary.Views.Grpc.Api
Assembly: Canary.Views.Grpc.Api (in Canary.Views.Grpc.Api.dll) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public sealed class GetEventPropertyNamesResponse : IMessage<GetEventPropertyNamesResponse>, 
	IMessage, IEquatable<GetEventPropertyNamesResponse>, IDeepCloneable<GetEventPropertyNamesResponse>, 
	IBufferMessage

The GetEventPropertyNamesResponse type exposes the following members.

Constructors
 NameDescription
Public methodGetEventPropertyNamesResponseInitializes a new instance of the GetEventPropertyNamesResponse class
Public methodGetEventPropertyNamesResponse(GetEventPropertyNamesResponse)Initializes a new instance of the GetEventPropertyNamesResponse class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyEventPropertyNames The names of the event properties.
Public propertyExtendedStatus The status of making a request to the Calculations service.
Public propertyStatic memberParser 
Public propertyStatus The status of the call.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberEventPropertyNamesFieldNumberField number for the "event_property_names" field.
Public fieldStatic memberExtendedStatusFieldNumberField number for the "extended_status" field.
Public fieldStatic memberStatusFieldNumberField number for the "status" field.
Top
See Also