(* Options: Date: 2025-12-06 05:31:07 Version: 8.30 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://idgen.sbbet.ath.cx //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetIds.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace DStack.IdGen.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] [] type GetIds() = interface IReturn> member val Provider:String = null with get,set member val BatchSize:Int32 = new Int32() with get,set member val Options:Dictionary = new Dictionary() with get,set