class MAGES::StartupData::SchemaEntry

Overview

A schema definition. More…

class SchemaEntry
{
public:
    // properties

    string KeyPattern;
    string Type;

    // methods

    SchemaEntry(string keyPattern, string type);
};

Detailed Documentation

A schema definition.

Properties

string KeyPattern

Gets the key pattern of the schema entry.

string Type

Gets the type of the schema entry.

Methods

SchemaEntry(string keyPattern, string type)

Initializes a new instance of the SchemaEntry class.

Parameters:

keyPattern

The key pattern of the schema entry.

type

The type of the schema entry.