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
parentPath string
streams array of TempFile
fieldName string
attributes map of object
clashOption ClashOptions
toSetAccess Access
fieldDefinitionPath string

Example

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