Class MongoDbCollectionDatasetTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.MongoDbCollectionDatasetTypeProperties

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

    • MongoDbCollectionDatasetTypeProperties

      public MongoDbCollectionDatasetTypeProperties()
  • Method Details

    • 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.