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

Example

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