Class DocumentDbCollectionDatasetTypeProperties

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

public final class DocumentDbCollectionDatasetTypeProperties extends Object
DocumentDB Collection dataset properties.
  • Constructor Details

    • DocumentDbCollectionDatasetTypeProperties

      public DocumentDbCollectionDatasetTypeProperties()
  • Method Details

    • collectionName

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

      public DocumentDbCollectionDatasetTypeProperties withCollectionName(Object collectionName)
      Set the collectionName property: Document Database collection name. Type: string (or Expression with resultType string).
      Parameters:
      collectionName - the collectionName value to set.
      Returns:
      the DocumentDbCollectionDatasetTypeProperties object itself.
    • validate

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