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. |
Key
Required
public string Key { get; set; }
- Type: string
The missing context key.
Props
Required
public object Props { get; set; }
- Type: object
A set of provider-specific options.
Provider
Required
public ContextProvider Provider { get; set; }
- Type: ContextProvider
The provider from which we expect this context key to be obtained.