Class CosmosDbSqlApiCollectionDatasetTypeProperties


  • public final class CosmosDbSqlApiCollectionDatasetTypeProperties
    extends Object
    CosmosDB (SQL API) Collection dataset properties.
    • Constructor Detail

      • CosmosDbSqlApiCollectionDatasetTypeProperties

        public CosmosDbSqlApiCollectionDatasetTypeProperties()
    • Method Detail

      • collectionName

        public Object collectionName()
        Get the collectionName property: CosmosDB (SQL API) collection name. Type: string (or Expression with resultType string).
        Returns:
        the collectionName value.
      • withCollectionName

        public CosmosDbSqlApiCollectionDatasetTypeProperties withCollectionName​(Object collectionName)
        Set the collectionName property: CosmosDB (SQL API) collection name. Type: string (or Expression with resultType string).
        Parameters:
        collectionName - the collectionName value to set.
        Returns:
        the CosmosDbSqlApiCollectionDatasetTypeProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.