CosmosDBTrigger Class
- Inheritance
-
CosmosDBTrigger
Constructor
CosmosDBTrigger(**kwargs)
Methods
get_binding_name | |
get_dict_repr | |
is_supported_trigger_type |
get_binding_name
static get_binding_name() -> str
get_dict_repr
get_dict_repr(**kw)
is_supported_trigger_type
static is_supported_trigger_type(trigger_instance: Trigger, trigger_type: Type[Trigger])
Parameters
Name | Description |
---|---|
trigger_instance
Required
|
|
trigger_type
Required
|
|
Attributes
data_type
direction
EXCLUDED_INIT_PARAMS
EXCLUDED_INIT_PARAMS = {'data_type', 'direction', 'kwargs', 'self', 'type'}
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python