CosmosUserDefinedFunction Class
- java.
lang. Object - com.
azure. cosmos. CosmosUserDefinedFunction
- com.
public class CosmosUserDefinedFunction
The type Cosmos sync user defined function.
Method Summary
Modifier and Type | Method and Description |
---|---|
Cosmos |
delete()
Delete cosmos user defined function. |
String |
getId()
Id string. |
Cosmos |
read()
Read cosmos user defined function. |
Cosmos |
replace(CosmosUserDefinedFunctionProperties udfSettings)
Replace cosmos user defined function. |
Methods inherited from java.lang.Object
Method Details
delete
public CosmosUserDefinedFunctionResponse delete()
Delete cosmos user defined function.
Returns:
the cosmos user defined function
getId
public String getId()
Id string.
Returns:
the string
read
public CosmosUserDefinedFunctionResponse read()
Read cosmos user defined function.
Returns:
the cosmos user defined function response
replace
public CosmosUserDefinedFunctionResponse replace(CosmosUserDefinedFunctionProperties udfSettings)
Replace cosmos user defined function.
Parameters:
udfSettings
- the udf settings
Returns:
the cosmos user defined function response
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java