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: 24.2.0.25008+ff8e4aa4099a8ee136cc622cd96d64cb655090d8
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