You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false. Default is true. */
2552
2552
cleanup?: boolean;
2553
+
/** Custom properties are used to tune the data flow runtime performance. */
/** 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). */
7930
7939
fileListPath?: any;
7931
-
/** Indicates whether to enable partition discovery. */
7932
-
enablePartitionDiscovery?: boolean;
7940
+
/** Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). */
7941
+
enablePartitionDiscovery?: any;
7933
7942
/** Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). */
7934
7943
partitionRootPath?: any;
7935
7944
/** Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean). */
/** Lists files before the value (inclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string). */
7958
7967
listBefore?: any;
7959
-
/** Indicates whether to enable partition discovery. */
7960
-
enablePartitionDiscovery?: boolean;
7968
+
/** Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). */
7969
+
enablePartitionDiscovery?: any;
7961
7970
/** Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). */
7962
7971
partitionRootPath?: any;
7963
7972
/** Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean). */
/** Polymorphic discriminator, which specifies the different types this object can be */
8250
8259
type: "AzureDataLakeStoreWriteSettings";
8251
-
/** Specifies the expiry time of the written files. The time is applied to the UTC time zone in the format of "2018-12-01T05:00:00Z". Default value is NULL. Type: integer (or Expression with resultType integer). */
8260
+
/** Specifies the expiry time of the written files. The time is applied to the UTC time zone in the format of "2018-12-01T05:00:00Z". Default value is NULL. Type: string (or Expression with resultType string). */
0 commit comments