Skip to content

MissingContext

Backwards compatibility for when 'MissingContext' was defined here.

This is necessary because its used as an input in the stable

core.Stack.reportMissingContext

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cxapi;
new MissingContext {
    string Key,
    System.Collections.Generic.IDictionary<string, object> Props,
    string Provider
};

Properties

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

~~Key~~Required

  • Deprecated: moved to package 'ros-assembly-schema'
public string Key { get; set; }
  • Type: string

The missing context key.


~~Props~~Required

  • Deprecated: moved to package 'ros-assembly-schema'
public System.Collections.Generic.IDictionary<string, object> Props { get; set; }
  • Type: System.Collections.Generic.IDictionary

A set of provider-specific options.

(This is the old untyped definition, which is necessary for backwards compatibility. See cxschema for a type definition.)


~~Provider~~Required

  • Deprecated: moved to package 'ros-assembly-schema'
public string Provider { get; set; }
  • Type: string

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

(This is the old untyped definition, which is necessary for backwards compatibility. See cxschema for a type definition.)