Table of Contents

Class FlightActionType

Namespace
Apache.Arrow.Flight
Assembly
Apache.Arrow.Flight.dll
public class FlightActionType
Inheritance
FlightActionType
Inherited Members

Constructors

FlightActionType(string, string)

public FlightActionType(string type, string description)

Parameters

type string
description string

Properties

Description

public string Description { get; }

Property Value

string

Type

public string Type { get; }

Property Value

string

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int