Show / Hide Table of Contents

Class CreateArchiveSourceDetails

The details required to create an Archive-based function source. This mode is used when the function code is provided as an archive, either from Object Storage or directly uploaded by the API caller. It is suitable for scenarios where the function code is packaged as a single archive file.

Inheritance
object
CreateArchiveSourceDetails
CreateDirectArchiveSourceDetails
CreateObjectStorageArchiveSourceDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FunctionsService.Models
Assembly: OCI.DotNetSDK.Functions.dll
Syntax
[JsonConverter(typeof(CreateArchiveSourceDetailsModelConverter))]
public class CreateArchiveSourceDetails
In this article
Back to top