Class MongoDbCollectionDatasetTypeProperties


  • public final class MongoDbCollectionDatasetTypeProperties
    extends Object
    MongoDB database dataset properties.
    • Constructor Detail

      • MongoDbCollectionDatasetTypeProperties

        public MongoDbCollectionDatasetTypeProperties()
    • Method Detail

      • collectionName

        public Object collectionName()
        Get the collectionName property: The table name of the MongoDB database. Type: string (or Expression with resultType string).
        Returns:
        the collectionName value.
      • withCollectionName

        public MongoDbCollectionDatasetTypeProperties withCollectionName​(Object collectionName)
        Set the collectionName property: The table name of the MongoDB database. Type: string (or Expression with resultType string).
        Parameters:
        collectionName - the collectionName value to set.
        Returns:
        the MongoDbCollectionDatasetTypeProperties object itself.
      • validate

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