Show / Hide Table of Contents

Class ArchiveSourceDetails

The details for the Archive source of the Function. 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
ArchiveSourceDetails
DirectArchiveSourceDetails
ObjectStorageArchiveSourceDetails
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(ArchiveSourceDetailsModelConverter))]
public class ArchiveSourceDetails
In this article
Back to top