Kinetica   C#   API  Version 7.2.3.0
Avro Namespace Reference

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. More...

Namespaces

namespace  File
 
namespace  Generic
 
namespace  IO
 
namespace  Properties
 
namespace  Specific
 

Classes

class  ArraySchema
 Class for array type schemas More...
 
class  AvroException
 
class  AvroRuntimeException
 
class  AvroTypeException
 
class  CodeGen
 
class  CodeGenException
 
class  CodeGenUtil
 A singleton class containing data used by codegen More...
 
class  EnumSchema
 Class for enum type schemas More...
 
class  Field
 Class for fields defined in a record More...
 
class  FixedSchema
 Class for fixed schemas More...
 
class  JsonHelper
 
class  MapSchema
 Class for map schemas More...
 
class  Message
 
class  NamedSchema
 Base class for all named schemas: fixed, enum, record More...
 
class  PrimitiveSchema
 Class for schemas of primitive types More...
 
class  PropertyMap
 
class  Protocol
 
class  ProtocolParseException
 
class  RecordSchema
 Class for record schemas More...
 
class  Schema
 Base class for all schema types More...
 
class  SchemaName
 Class to store schema name, namespace and enclosing namespace More...
 
class  SchemaNames
 A class that contains a list of named schemas. More...
 
class  SchemaNormalization
 Collection of static methods for generating the cannonical form of schemas. More...
 
class  SchemaParseException
 
class  UnionSchema
 Class for union schemas More...
 
class  UnnamedSchema
 Base class for all unnamed schemas More...
 

Functions

internal delegate T Function< T > ()
 

Detailed Description

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.

See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Function Documentation

◆ Function< T >()

internal delegate T Avro.Function< T > ( )