Click or drag to resize

GetDataSetListResponse Class

* The response of getting the datasets.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetDataSetListResponse

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

The GetDataSetListResponse type exposes the following members.

Constructors
 NameDescription
Public methodGetDataSetListResponseInitializes a new instance of the GetDataSetListResponse class
Public methodGetDataSetListResponse(GetDataSetListResponse)Initializes a new instance of the GetDataSetListResponse class
Top
Properties
 NameDescription
Public propertyDatasets The names of the datasets.
Public propertyStatic memberDescriptor 
Public propertyExtendedStatus The status returned when trying to access the view.
Public propertyStatic memberParser 
Public propertyStatus The status of the call.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberDatasetsFieldNumberField number for the "datasets" field.
Public fieldStatic memberExtendedStatusFieldNumberField number for the "extended_status" field.
Public fieldStatic memberStatusFieldNumberField number for the "status" field.
Top
See Also