Class ContainerRequest
public class ContainerRequest : IJsonRequest
- Inheritance
-
objectContainerRequest
Properties
ExpiresAfter
Optional. Container expiration time in seconds relative to the 'anchor' time.
public ExpiresAfter ExpiresAfter { get; set; }
Property Value
FileIds
Optional. IDs of files to copy to the container.
public List<string> FileIds { get; set; }
Property Value
- List<string>
Name
Required. Name of the container to create.
public string Name { get; set; }
Property Value
- string