Dalmart
    Preparing search index...

    Interface IZDatabaseDocumentCollection

    Represents a collection of documents in a document db.

    interface IZDatabaseDocumentCollection {
        join: { as: string; foreign: string; local: string; target: string }[];
        name: string;
    }
    Index

    Properties

    Properties

    join: { as: string; foreign: string; local: string; target: string }[]

    A list of left outer join targets.

    name: string

    The collection name.