|
string | Name [get, set] |
| Name of the protocol More...
|
|
string | Namespace [get, set] |
| Namespace of the protocol More...
|
|
string | Doc [get, set] |
| Documentation for the protocol More...
|
|
IList< Schema > | Types [get, set] |
| List of schemas objects representing the different schemas defined under the 'types' attribute More...
|
|
IDictionary< string, Message > | Messages [get, set] |
| List of message objects representing the different schemas defined under the 'messages' attribute More...
|
|
byte [] | MD5 [get] |
|
Definition at line 27 of file Protocol.cs.
◆ Protocol()
Avro.Protocol.Protocol |
( |
string |
name, |
|
|
string |
space, |
|
|
string |
doc, |
|
|
IEnumerable< Schema > |
types, |
|
|
IDictionary< string, Message > |
messages |
|
) |
| |
|
inline |
Constructor for Protocol class
- Parameters
-
name | required name of protocol |
space | optional namespace |
doc | optional documentation |
types | required list of types |
messages | required list of messages |
Definition at line 80 of file Protocol.cs.
◆ Equals()
override bool Avro.Protocol.Equals |
( |
object |
obj | ) |
|
|
inline |
Tests equality of this protocol object with the passed object
- Parameters
-
- Returns
Definition at line 214 of file Protocol.cs.
◆ GetHashCode()
override int Avro.Protocol.GetHashCode |
( |
| ) |
|
|
inline |
Returns the hash code of this protocol object
- Returns
Definition at line 264 of file Protocol.cs.
◆ Parse()
static Protocol Avro.Protocol.Parse |
( |
string |
jstring | ) |
|
|
inlinestatic |
◆ ToString()
override string Avro.Protocol.ToString |
( |
| ) |
|
|
inline |
◆ Doc
Documentation for the protocol
Definition at line 42 of file Protocol.cs.
◆ MD5
byte [] Avro.Protocol.MD5 |
|
get |
◆ Messages
IDictionary<string,Message> Avro.Protocol.Messages |
|
getset |
List of message objects representing the different schemas defined under the 'messages' attribute
Definition at line 52 of file Protocol.cs.
◆ Name
string Avro.Protocol.Name |
|
getset |
◆ Namespace
string Avro.Protocol.Namespace |
|
getset |
Namespace of the protocol
Definition at line 37 of file Protocol.cs.
◆ Types
IList<Schema> Avro.Protocol.Types |
|
getset |
List of schemas objects representing the different schemas defined under the 'types' attribute
Definition at line 47 of file Protocol.cs.
The documentation for this class was generated from the following file:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Avro/src/apache/main/Protocol/Protocol.cs