public string GetFunctionTriggerType()

in src/CosmosDB/Providers/CosmosDbServiceOperationProvider.cs [84:87]


        public string GetFunctionTriggerType()
        {
            return "cosmosDBTrigger";
        }