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

Example

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