Click or drag to resize

GetDatasetInfoResponse Class

* The response of getting the Dataset info.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetDatasetInfoResponse

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 GetDatasetInfoResponse : IMessage<GetDatasetInfoResponse>, 
	IMessage, IEquatable<GetDatasetInfoResponse>, IDeepCloneable<GetDatasetInfoResponse>, 
	IBufferMessage

The GetDatasetInfoResponse type exposes the following members.

Constructors
 NameDescription
Public methodGetDatasetInfoResponseInitializes a new instance of the GetDatasetInfoResponse class
Public methodGetDatasetInfoResponse(GetDatasetInfoResponse)Initializes a new instance of the GetDatasetInfoResponse class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyExtendedStatus The access specific status.
Public propertyStatic memberParser 
Public propertyPropName The property names.
Public propertyPropValue The values of the properties.
Public propertyStatus The status of the call.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberExtendedStatusFieldNumberField number for the "extended_status" field.
Public fieldStatic memberPropNameFieldNumberField number for the "prop_name" field.
Public fieldStatic memberPropValueFieldNumberField number for the "prop_value" field.
Public fieldStatic memberStatusFieldNumberField number for the "status" field.
Top
See Also