-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Current problem
I need to initialize the type of a record otherwise I have a null exception during Bucket.writeRecord.
Record record = Record.builder()
.entryName("sensor-1")
.timestamp(timestamp)
.type("application/octet-stream")
.body("Record #1".getBytes())
.build();Possible solution
The default content type is "application/octet-stream". Additionally let's rename it to content_type as it is called in the other SDKs.
Additional context
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request