Kind Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Kind of the database
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.KindTypeConverter))]
public struct Kind : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.Kind>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.KindTypeConverter))>]
type Kind = struct
interface IArgumentCompleter
Public Structure Kind
Implements IArgumentCompleter, IEquatable(Of Kind)
- Inheritance
-
Kind
- Attributes
- Implements
Fields
ReadOnlyFollowing | |
ReadWrite |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Kind) |
Compares values of enum type Kind |
Equals(Object) |
Compares values of enum type Kind (override for Object) |
GetHashCode() |
Returns hashCode for enum Kind |
ToString() |
Returns string representation for Kind |
Operators
Equality(Kind, Kind) |
Overriding == operator for enum Kind |
Implicit(Kind to String) |
Implicit operator to convert Kind to string |
Implicit(String to Kind) |
Implicit operator to convert string to Kind |
Inequality(Kind, Kind) |
Overriding != operator for enum Kind |