|
421 | 421 | } |
422 | 422 | }, |
423 | 423 | "AmazonS3ReadSettings": { |
424 | | - "description": "Azure data lake store read settings.", |
| 424 | + "description": "Amazon S3 read settings.", |
425 | 425 | "type": "object", |
426 | 426 | "allOf": [ |
427 | 427 | { |
|
592 | 592 | } |
593 | 593 | } |
594 | 594 | }, |
| 595 | + "AmazonS3CompatibleReadSettings": { |
| 596 | + "description": "Amazon S3 Compatible read settings.", |
| 597 | + "type": "object", |
| 598 | + "allOf": [ |
| 599 | + { |
| 600 | + "$ref": "#/definitions/StoreReadSettings" |
| 601 | + } |
| 602 | + ], |
| 603 | + "properties": { |
| 604 | + "recursive": { |
| 605 | + "type": "object", |
| 606 | + "description": "If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean)." |
| 607 | + }, |
| 608 | + "wildcardFolderPath": { |
| 609 | + "type": "object", |
| 610 | + "description": "Amazon S3 Compatible wildcardFolderPath. Type: string (or Expression with resultType string)." |
| 611 | + }, |
| 612 | + "wildcardFileName": { |
| 613 | + "type": "object", |
| 614 | + "description": "Amazon S3 Compatible wildcardFileName. Type: string (or Expression with resultType string)." |
| 615 | + }, |
| 616 | + "prefix": { |
| 617 | + "type": "object", |
| 618 | + "description": "The prefix filter for the S3 Compatible object name. Type: string (or Expression with resultType string)." |
| 619 | + }, |
| 620 | + "fileListPath": { |
| 621 | + "type": "object", |
| 622 | + "description": "Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string)." |
| 623 | + }, |
| 624 | + "enablePartitionDiscovery": { |
| 625 | + "type": "boolean", |
| 626 | + "description": "Indicates whether to enable partition discovery." |
| 627 | + }, |
| 628 | + "partitionRootPath": { |
| 629 | + "type": "object", |
| 630 | + "description": "Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string)." |
| 631 | + }, |
| 632 | + "deleteFilesAfterCompletion": { |
| 633 | + "type": "object", |
| 634 | + "description": "Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean)." |
| 635 | + }, |
| 636 | + "modifiedDatetimeStart": { |
| 637 | + "type": "object", |
| 638 | + "description": "The start of file's modified datetime. Type: string (or Expression with resultType string)." |
| 639 | + }, |
| 640 | + "modifiedDatetimeEnd": { |
| 641 | + "type": "object", |
| 642 | + "description": "The end of file's modified datetime. Type: string (or Expression with resultType string)." |
| 643 | + } |
| 644 | + } |
| 645 | + }, |
| 646 | + "OracleCloudStorageReadSettings": { |
| 647 | + "description": "Oracle Cloud Storage read settings.", |
| 648 | + "type": "object", |
| 649 | + "allOf": [ |
| 650 | + { |
| 651 | + "$ref": "#/definitions/StoreReadSettings" |
| 652 | + } |
| 653 | + ], |
| 654 | + "properties": { |
| 655 | + "recursive": { |
| 656 | + "type": "object", |
| 657 | + "description": "If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean)." |
| 658 | + }, |
| 659 | + "wildcardFolderPath": { |
| 660 | + "type": "object", |
| 661 | + "description": "Oracle Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string)." |
| 662 | + }, |
| 663 | + "wildcardFileName": { |
| 664 | + "type": "object", |
| 665 | + "description": "Oracle Cloud Storage wildcardFileName. Type: string (or Expression with resultType string)." |
| 666 | + }, |
| 667 | + "prefix": { |
| 668 | + "type": "object", |
| 669 | + "description": "The prefix filter for the Oracle Cloud Storage object name. Type: string (or Expression with resultType string)." |
| 670 | + }, |
| 671 | + "fileListPath": { |
| 672 | + "type": "object", |
| 673 | + "description": "Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string)." |
| 674 | + }, |
| 675 | + "enablePartitionDiscovery": { |
| 676 | + "type": "boolean", |
| 677 | + "description": "Indicates whether to enable partition discovery." |
| 678 | + }, |
| 679 | + "partitionRootPath": { |
| 680 | + "type": "object", |
| 681 | + "description": "Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string)." |
| 682 | + }, |
| 683 | + "deleteFilesAfterCompletion": { |
| 684 | + "type": "object", |
| 685 | + "description": "Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean)." |
| 686 | + }, |
| 687 | + "modifiedDatetimeStart": { |
| 688 | + "type": "object", |
| 689 | + "description": "The start of file's modified datetime. Type: string (or Expression with resultType string)." |
| 690 | + }, |
| 691 | + "modifiedDatetimeEnd": { |
| 692 | + "type": "object", |
| 693 | + "description": "The end of file's modified datetime. Type: string (or Expression with resultType string)." |
| 694 | + } |
| 695 | + } |
| 696 | + }, |
595 | 697 | "GoogleCloudStorageReadSettings": { |
596 | 698 | "description": "Google Cloud Storage read settings.", |
597 | 699 | "type": "object", |
|
0 commit comments