confluent-ksqldb-dotnet
Show / Hide Table of Contents

Class StructSqlType

Represents a struct, containing zero or more fields.

Inheritance
System.Object
StructSqlType
Implements
SqlType
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Confluent.KsqlDB.types
Assembly: cs.temp.dll.dll
Syntax
public class StructSqlType : SqlType

Constructors

StructSqlType(IList<Field>)

Creates a struct type with the given fields

Declaration
public StructSqlType(IList<Field> fields)
Parameters
Type Name Description
IList<Field> fields

Properties

Fields

The fields of this struct.

Declaration
public IList<Field> Fields { get; }
Property Value
Type Description
IList<Field>

Explicit Interface Implementations

SqlType.SqlTypeEnum

Declaration
SqlTypeEnum SqlType.SqlTypeEnum { get; }
Returns
Type Description
SqlTypeEnum

Implements

SqlType
In This Article