OptionalfullFull path to the object (e.g., 'media/video.mp4'). Requires path resolution.
OptionalobjectProvider-specific object ID (Box file ID, S3 key, Azure blob name, etc.). Bypasses path resolution for significantly faster access.
OptionalRangeOptional inclusive byte range. When omitted the whole object is streamed.
Parameters for the FileStorageBase.GetObjectStream operation.
Mirrors GetObjectParams for object resolution — prefer
objectId(provider-native key) to bypass slow path resolution, falling back tofullPath. Optionally include aRangeto request only a slice of the object.