Interface AttributeLoaderDetails

interface AttributeLoaderDetails {
    attribs?: string;
    batchSize: number;
    fieldsToTrim?: string[];
    maxId?: number;
    oidField: string;
    permanentFilter?: string;
    serviceUrl?: string;
    sourceDataJson?: CompactJson;
    sourceGraphics?: Collection<Graphic>;
    supportsLimit?: boolean;
}

Properties

attribs?: string
batchSize: number
fieldsToTrim?: string[]
maxId?: number
oidField: string
permanentFilter?: string
serviceUrl?: string
sourceDataJson?: CompactJson
sourceGraphics?: Collection<Graphic>
supportsLimit?: boolean