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

Example

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