Source selector for specifying which container properties to return

interface SourceSelector {
    properties: string[];
    source: ContainerReference;
}

Properties

Properties

properties: string[]

Properties to return for the specified container

Reference to the container