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

Example

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