Class DocumentDbCollectionDatasetTypeProperties


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

      • DocumentDbCollectionDatasetTypeProperties

        public DocumentDbCollectionDatasetTypeProperties()
    • Method Detail

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