BlobQueryJsonSerialization Class
- java.
lang. Object - com.
azure. storage. blob. models. BlobQueryJsonSerialization
- com.
Implements
public class BlobQueryJsonSerialization
implements BlobQuerySerialization
Defines the input or output JSON serialization for a blob quick query request.
Constructor Summary
Constructor | Description | |
---|---|---|
BlobQueryJsonSerialization() |
Method Summary
Modifier and Type | Method and Description |
---|---|
char |
getRecordSeparator()
Gets the record separator. |
Blob |
setRecordSeparator(char recordSeparator)
Sets the record separator. |
Methods inherited from java.lang.Object
Constructor Details
BlobQueryJsonSerialization
public BlobQueryJsonSerialization()
Method Details
getRecordSeparator
public char getRecordSeparator()
Gets the record separator.
Returns:
the record separator.
setRecordSeparator
public BlobQueryJsonSerialization setRecordSeparator(char recordSeparator)
Sets the record separator.
Parameters:
recordSeparator
- the record separator.
Returns:
the updated BlobQueryJsonSerialization object.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java