load
Loads context state.
context::load name:string
Description
Section titled “Description”The context::load
operator replaces the state of the specified context with
its (binary) input.
name: string
Section titled “name: string”The name of the context whose state to update.
Examples
Section titled “Examples”Replace the database of a GeoIP context
Section titled “Replace the database of a GeoIP context”load_file "ultra-high-res.mmdb", mmap=truecontext::load "ctx"
See Also
Section titled “See Also”context::create_bloom_filter
,
context::create_geoip
,
context::create_lookup_table
,
context::enrich
,
context::erase
,
context::inspect
,
context::list
,
context::remove
,
context::reset
,
context::save
,
context::update