D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

RegisterFileSetRequest Data Type

Properties
name data type description
streams array of TempFile
toSetAccess Access
fieldDefinitionPath string
parentPath string
fieldName string
clashOption ClashOptions
attributes map of object

Example

{
  "streams" : [ {
    "size" : 12345,
    "id" : "...",
    "url" : "...",
    "filename" : "..."
  }, {
    "size" : 12345,
    "id" : "...",
    "url" : "...",
    "filename" : "..."
  } ],
  "toSetAccess" : {
    "_license" : "...",
    "_policy" : "RESTRICTED"
  },
  "fieldDefinitionPath" : "...",
  "parentPath" : "...",
  "fieldName" : "...",
  "clashOption" : "MERGE_EXISTING",
  "attributes" : {
    "property1" : { },
    "property2" : { }
  }
}