Commit bb95c093 authored by Akshay Bharambe's avatar Akshay Bharambe
Browse files

Add: FileType key constant

1. Add: FileType key constant
parent 066f1281
2 merge requests!11331 Aug MEP Merge Dev to Stg,!107Add: Pack bucket and lazy writing indexes
Showing with 2 additions and 0 deletions
......@@ -51,6 +51,8 @@ const (
BucketTypeAppend = `typeAppend`
// IndexKeyValSeperator -
IndexKeyValSeperator = "="
// FileType - represents key for type of file. Used whenever we need to set file type field in json
FileType = "fileType"
)
// Bucket - Bucket
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment