Click or drag to resize

GetDataSetListRequest Class

* A request to get the datasets associated with a view.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetDataSetListRequest

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

The GetDataSetListRequest type exposes the following members.

Constructors
 NameDescription
Public methodGetDataSetListRequestInitializes a new instance of the GetDataSetListRequest class
Public methodGetDataSetListRequest(GetDataSetListRequest)Initializes a new instance of the GetDataSetListRequest class
Top
Properties
 NameDescription
Public propertyCci The client connection ID of the current connection.
Public propertyStatic memberDescriptor 
Public propertyIncludeHidden A true or false value indicating whether hidden datasets should be included.
Public propertyStatic memberParser 
Public propertyView The name of the view to get the datasets for.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberCciFieldNumberField number for the "cci" field.
Public fieldStatic memberIncludeHiddenFieldNumberField number for the "include_hidden" field.
Public fieldStatic memberViewFieldNumberField number for the "view" field.
Top
See Also