Detailed Description
Element data instance for SetHeadersElement See the Specification
Inheritance diagram for FiftyOne.Pipeline.Engines.FiftyOne.Data.SetHeadersData:
Collaboration diagram for FiftyOne.Pipeline.Engines.FiftyOne.Data.SetHeadersData:
ElementDataBase (ILogger<
ElementDataBase > logger,
IPipeline pipeline)
ElementDataBase (ILogger<
ElementDataBase > logger,
IPipeline pipeline, IDictionary< string, object > dictionary)
DataBase (ILogger<
DataBase > logger)
Constructor Creates a
DataBase instance with a non-thread-safe, case-insensitive dictionary.
More...
DataBase (ILogger<
DataBase > logger, IDictionary< string, object > dictionary)
virtual IReadOnlyDictionary< string, object >
AsDictionary ()
Get the data contained in this instance as an IReadOnlyDictionary<TKey, TValue>.
More...
void
PopulateFrom (IEnumerable< KeyValuePair< string, object >> values)
Use the values in the specified enumerable to populate this data instance.
More...
void
PopulateFromDictionary (IDictionary< string, object > values)
Public Attributes
const string
| RESPONSE_HEADERS_KEY = "responseheaderdictionary"
The key used to store the value for the HTTP response headers in the internal data collection. More...
|