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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java