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

Example

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