ExtractAvroSchema
Extracts an Avro schema from a binary file. The outputPath parameter is an absolute URL that specifies the output location. The result is true on success, false on failure. If an error occurs, a RaptorXMLException is raised. Use LastErrorMessage to access additional information.
COM and .NET
Signature: ExtractAvroSchema(string outputPath)
Java
Signature: public void extractAvroSchema(string outputPath)