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
Copy file name to clipboardExpand all lines: sdk/storage/azure-storage-file-datalake/src/main/java/com/azure/storage/file/datalake/models/FileQueryDelimitedSerialization.java
+17-3Lines changed: 17 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,13 @@
6
6
/**
7
7
* Defines the input or output delimited (CSV) serialization for a blob quick query request.
Copy file name to clipboardExpand all lines: sdk/storage/azure-storage-file-datalake/src/main/java/com/azure/storage/file/datalake/models/FileQueryJsonSerialization.java
+18-3Lines changed: 18 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,26 @@
6
6
/**
7
7
* Defines the input or output JSON serialization for a file query request.
Copy file name to clipboardExpand all lines: sdk/storage/azure-storage-file-datalake/src/main/java/com/azure/storage/file/datalake/models/FileQuerySerialization.java
+1-22Lines changed: 1 addition & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -7,26 +7,5 @@
7
7
* Defines the input and output serialization for a file query request.
8
8
* either {@link FileQueryJsonSerialization} or {@link FileQueryDelimitedSerialization}
9
9
*/
10
-
publicabstractclassFileQuerySerialization {
11
-
12
-
privatecharrecordSeparator;
13
-
14
-
/**
15
-
* Gets the record separator.
16
-
*
17
-
* @return the record separator.
18
-
*/
19
-
publicchargetRecordSeparator() {
20
-
returnrecordSeparator;
21
-
}
22
-
23
-
/**
24
-
* Sets the record separator.
25
-
* @param recordSeparator the record separator.
26
-
* @return the updated FileQuerySerialization object.
0 commit comments