Interface HonuaPluginDataSemanticsExperimental

interface HonuaPluginDataSemantics {
    authentication: "none" | "application-grant";
    cache: "none" | "persistent" | "memory";
    freshness: "realtime" | "snapshot" | "ttl";
    mutation: "none" | "explicit";
    provenance: "preserved" | "derived";
    realtime: "push" | "none" | "polling";
}

Properties

authentication: "none" | "application-grant"
cache: "none" | "persistent" | "memory"
freshness: "realtime" | "snapshot" | "ttl"
mutation: "none" | "explicit"
provenance: "preserved" | "derived"
realtime: "push" | "none" | "polling"