public final class FileMetaData extends Object implements Serializable
| Constructor and Description |
|---|
FileMetaData(MessageType schema,
Map<String,String> keyValueMetaData,
String createdBy) |
public FileMetaData(MessageType schema, Map<String,String> keyValueMetaData, String createdBy)
schema - the schema for the filekeyValueMetaData - the app specific metadatacreatedBy - the description of the library that created the filepublic MessageType getSchema()
public Map<String,String> getKeyValueMetaData()
public String getCreatedBy()
Copyright © 2018 The Apache Software Foundation. All rights reserved.