Skip to content

MissingContext

Represents a missing piece of context.

Initializer

using AlibabaCloud.SDK.ROS.CDK.Assembly.Schema;
new MissingContext {
    string Key,
    object Props,
    ContextProvider Provider
};

Properties

Name Type Description
Key string The missing context key.
Props object A set of provider-specific options.
Provider ContextProvider The provider from which we expect this context key to be obtained.

KeyRequired

public string Key { get; set; }
  • Type: string

The missing context key.


PropsRequired

public object Props { get; set; }
  • Type: object

A set of provider-specific options.


ProviderRequired

public ContextProvider Provider { get; set; }

The provider from which we expect this context key to be obtained.